close method
Starts an animation to close the drawer.
Implementation
void close() {
_controller.fling(velocity: -1.0);
widget.drawerCallback?.call(false);
}
Starts an animation to close the drawer.
void close() {
_controller.fling(velocity: -1.0);
widget.drawerCallback?.call(false);
}