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