menu
universal_flutter_utils package
documentation
widgets/bottom_sheet/controller.dart
UFUBottomSheetController
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;
universal_flutter_utils package
documentation
widgets/bottom_sheet/controller
UFUBottomSheetController
isClosed property
UFUBottomSheetController class