menu
uikit_plus package
documentation
widgets/time_view.dart
TimeViewController
getCurrentTime method
getCurrentTime method
dark_mode
light_mode
getCurrentTime
method
int
getCurrentTime
(
)
获取当前剩余时间 / Get current remaining time
Implementation
int getCurrentTime() { return _state?._currentTime ?? 0; }
uikit_plus package
documentation
widgets/time_view
TimeViewController
getCurrentTime method
TimeViewController class