MotionLightningChargePainter constructor

MotionLightningChargePainter({
  1. required double pullProgress,
  2. required double refreshProgress,
  3. required bool isRefreshing,
  4. required Color color,
  5. required int boltCount,
  6. required double chargeLevel,
})

Implementation

MotionLightningChargePainter({
  required this.pullProgress,
  required this.refreshProgress,
  required this.isRefreshing,
  required this.color,
  required this.boltCount,
  required this.chargeLevel,
});