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