LineIcon.calendarCheck constructor
const
LineIcon.calendarCheck({
- Key? key,
- double? size,
- Color? color,
- String? semanticLabel,
- TextDirection? textDirection,
Constructor for calendar_check icon Name calendar_check turns into flutterish calendarCheck
Implementation
const LineIcon.calendarCheck({
Key? key,
double? size,
Color? color,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
LineIcons.calendarCheck,
key: key,
size: size,
color: color,
semanticLabel: semanticLabel,
textDirection: textDirection,
);