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