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