Starts an animation to open the drawer.
Typically called by Scaffold.openDrawer.
Source
void open() {
_controller.fling(velocity: 1.0);
}
Starts an animation to open the drawer.
Typically called by Scaffold.openDrawer.
void open() {
_controller.fling(velocity: 1.0);
}