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