menu
artisanal_widgets package
documentation
artisanal_widgets.dart
ManualClock
set method
set method
dark_mode
light_mode
set
method
void
set
(
DateTime
time
)
Sets the clock to an explicit
time
.
Implementation
void set(DateTime time) { _now = time; }
artisanal_widgets package
documentation
artisanal_widgets
ManualClock
set method
ManualClock class