menu
iconoir_flutter package
documentation
regular/battery_empty.dart
BatteryEmpty
BatteryEmpty const constructor
BatteryEmpty const constructor
dark_mode
light_mode
BatteryEmpty
constructor
const
BatteryEmpty
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const BatteryEmpty({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/battery_empty
BatteryEmpty
BatteryEmpty const constructor
BatteryEmpty class