menu
floating_window_plus package
documentation
pip_controller.dart
PipController
show method
show method
dark_mode
light_mode
show
method
void
show
(
)
Implementation
void show() { if (_isVisible) return; _isVisible = true; notify(); }
floating_window_plus package
documentation
pip_controller
PipController
show method
PipController class