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