menu
artisanal package
documentation
tui.dart
TickMsg
TickMsg.new const constructor
TickMsg.new const constructor
dark_mode
light_mode
TickMsg
constructor
const
TickMsg
(
DateTime
time
, {
Object
?
id
,
})
Creates a tick message.
Implementation
const TickMsg(this.time, {this.id});
artisanal package
documentation
tui
TickMsg
TickMsg.new const constructor
TickMsg class