menu
getx_scaffold package
documentation
common/base/base_controller_mixin.dart
BaseControllerMixin
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
inherited
Checks whether the controller has already been closed.
Implementation
bool get isClosed => _isClosed;
getx_scaffold package
documentation
common/base/base_controller_mixin
BaseControllerMixin
isClosed property
BaseControllerMixin mixin