menu
lite_forms package
documentation
controllers/lite_timer_controller.dart
TimerData
isStarted property
isStarted property
dark_mode
light_mode
isStarted
property
bool
get
isStarted
Implementation
bool get isStarted { return _timer != null && _timer!.isActive; }
lite_forms package
documentation
controllers/lite_timer_controller
TimerData
isStarted property
TimerData class