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