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