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