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