menu
uikit_plus package
documentation
widgets/time_view.dart
TimeViewController
isPaused method
isPaused method
dark_mode
light_mode
isPaused
method
bool
isPaused
(
)
是否已暂停 / Is paused
Implementation
bool isPaused() { return _state?.isPaused() ?? false; }
uikit_plus package
documentation
widgets/time_view
TimeViewController
isPaused method
TimeViewController class