isDrawerOpen property

bool isDrawerOpen
final

Whether or not the drawer is opened or closed.

This parameter is primarily used by the state restoration framework to restore the drawer's animation controller to the open or closed state depending on what was last saved to the target platform before the application was killed.

Implementation

final bool isDrawerOpen;