menu
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer.dart
StopWatchTimer
getMilliSecFromHour static method
getMilliSecFromHour static method
dark_mode
light_mode
getMilliSecFromHour
static method
int
getMilliSecFromHour
(
int
hour
)
Get milli second from hour
Implementation
static int getMilliSecFromHour(int hour) => hour * (3600 * 1000);
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer
StopWatchTimer
getMilliSecFromHour static method
StopWatchTimer class