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