MotionSignaturePainter constructor

MotionSignaturePainter({
  1. required double pullProgress,
  2. required double refreshProgress,
  3. required bool isRefreshing,
  4. required Color color,
  5. required int particleCount,
  6. required double glowStrength,
})

Implementation

MotionSignaturePainter({
  required this.pullProgress,
  required this.refreshProgress,
  required this.isRefreshing,
  required this.color,
  required this.particleCount,
  required this.glowStrength,
});