isDrawerOpen property

bool isDrawerOpen

return the drawer opening state

Implementation

bool get isDrawerOpen => _state!.isOpened.value;