menu
iconoir_flutter package
documentation
regular/timer.dart
Timer
Timer const constructor
Timer const constructor
dark_mode
light_mode
Timer
constructor
const
Timer
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Timer({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/timer
Timer
Timer const constructor
Timer class