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