BatteryIndicatorPainter constructor

BatteryIndicatorPainter(
  1. int batteryLv,
  2. BatteryIndicatorStyle style,
  3. bool showPercentSlide,
  4. bool colorful,
  5. Color mainColor,
)

Implementation

BatteryIndicatorPainter(this.batteryLv, this.style, this.showPercentSlide,
    this.colorful, this.mainColor);