VBattery constructor

const VBattery({
  1. Key? key,
  2. required double batteryLevel,
  3. Map<List<int>, Color>? batteryColors,
  4. String? defaultColor,
})

Implementation

const VBattery({super.key, required this.batteryLevel,this.batteryColors,this.defaultColor});