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