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