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