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