menu
tcic_client_ui package
documentation
ui_component/clock_tool/clock_tool_component.dart
ClockToolState
stopTimer method
stopTimer method
dark_mode
light_mode
stopTimer
method
void
stopTimer
(
)
Implementation
void stopTimer() { timer?.cancel(); timer = null; }
tcic_client_ui package
documentation
ui_component/clock_tool/clock_tool_component
ClockToolState
stopTimer method
ClockToolState class