menu
mini_ui_flutter package
documentation
resources/min_floating/min_floating_controller.dart
MinFloatingController
show method
show method
dark_mode
light_mode
show
method
void
show
(
)
Implementation
void show() { if (_isOpen) return; _isOpen = true; notifyListeners(); }
mini_ui_flutter package
documentation
resources/min_floating/min_floating_controller
MinFloatingController
show method
MinFloatingController class