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