SpiralLoaderPainter constructor

const SpiralLoaderPainter({
  1. required double animationValue,
  2. required Color color,
  3. required double radius,
  4. required double duration,
  5. required double spiralLength,
})

Implementation

const SpiralLoaderPainter({
  required this.animationValue,
  required this.color,
  required this.radius,
  required this.duration,
  required this.spiralLength,
});