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