menu
universal_flutter_utils package
documentation
widgets/bottom_sheet/controller.dart
UFUBottomSheetController
toggleSwitchValue method
toggleSwitchValue method
dark_mode
light_mode
toggleSwitchValue
method
dynamic
toggleSwitchValue
(
bool
val
)
Implementation
toggleSwitchValue(bool val){ switchValue = val; update(); }
universal_flutter_utils package
documentation
widgets/bottom_sheet/controller
UFUBottomSheetController
toggleSwitchValue method
UFUBottomSheetController class