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