menu
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer.dart
StopWatchTimer
getMilliSecFromMinute static method
getMilliSecFromMinute static method
dark_mode
light_mode
getMilliSecFromMinute
static method
int
getMilliSecFromMinute
(
int
minute
)
Get milli second from minute
Implementation
static int getMilliSecFromMinute(int minute) => minute * 60000;
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer
StopWatchTimer
getMilliSecFromMinute static method
StopWatchTimer class