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