menu
flx_ui package
documentation
widgets/toggle/controllers/toggle_controller.dart
ToggleController
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;
flx_ui package
documentation
widgets/toggle/controllers/toggle_controller
ToggleController
isClosed property
ToggleController class