onReady property

(void Function(DrawerMoveController controller)?) onReady
final

callback when the drawer is ready. you can use DrawerMoveController to control the drawer.

Implementation

final void Function(DrawerMoveController controller)? onReady;