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