menu
artisanal package
documentation
tui.dart
EveryCmd
EveryCmd.new constructor
EveryCmd.new constructor
dark_mode
light_mode
EveryCmd
constructor
EveryCmd
(
{
required
Duration
interval
,
required
Msg
?
callback
(
DateTime
time
),
Object
?
id
,
})
Implementation
EveryCmd({required this.interval, required this.callback, this.id}) : super(_placeholder);
artisanal package
documentation
tui
EveryCmd
EveryCmd.new constructor
EveryCmd class