open method
Starts an animation to open the drawer.
Typically called by ScaffoldState.openDrawer.
Implementation
void open() {
_controller.fling();
widget.drawerCallback?.call(true);
}
Starts an animation to open the drawer.
Typically called by ScaffoldState.openDrawer.
void open() {
_controller.fling();
widget.drawerCallback?.call(true);
}