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