menu
shammo_plus package
documentation
widgets.dart
CountDown
CountDown.new const constructor
CountDown.new const constructor
dark_mode
light_mode
CountDown
constructor
const
CountDown
(
{
Key
?
key
,
TextStyle
?
style
,
required
int
duration
,
})
Implementation
const CountDown({Key? key, this.style, required this.duration}) : super(key: key);
shammo_plus package
documentation
widgets
CountDown
CountDown.new const constructor
CountDown class