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