menu
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer.dart
StopWatchTimer
isRunning property
isRunning property
dark_mode
light_mode
isRunning
property
bool
get
isRunning
Implementation
bool get isRunning => _timer != null && _timer!.isActive;
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer
StopWatchTimer
isRunning property
StopWatchTimer class