SunLoaderPainter constructor

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

Implementation

const SunLoaderPainter(
    {required this.animationValue,
    required this.color,
    required this.radius,
    required this.numPoints,
    required this.duration});