Flutter
material
DrawerControllerState
close
close
Flutter
material
DrawerControllerState
close
method
close
Source
Flutter
material
DrawerControllerState
Constructors
DrawerControllerState
Properties
config
context
hashCode
mounted
runtimeType
Operators
operator ==
Methods
build
close
dispose
initState
open
createTicker
deactivate
debugFillDescription
dependenciesChanged
didUpdateConfig
noSuchMethod
reassemble
setState
toString
void
close
(
)
Starts an animation to close the drawer.
Source
void close() { _controller.fling(velocity: -1.0); }