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