menu
complete_timer package
documentation
timer/timer_options.dart
CompleteTimerOptions
CompleteTimerOptions.new constructor
CompleteTimerOptions.new constructor
dark_mode
light_mode
CompleteTimerOptions
constructor
CompleteTimerOptions
(
{
required
Callback
callback
,
required
Duration
duration
,
required
bool
autoStart
,
})
Implementation
CompleteTimerOptions({ required this.callback, required this.duration, required this.autoStart, });
complete_timer package
documentation
timer/timer_options
CompleteTimerOptions
CompleteTimerOptions.new constructor
CompleteTimerOptions class