Usage

    JumpingDotsProgressIndicator(
      numberOfDots: 20,
      dotColor: Colors.blue,
      animatedDuration: Duration(milliseconds: 100),
    )

Properties 🔖

  /// Number of dots
  final int? numberOfDots;
  
  /// Duration
  final Duration? animatedDuration;
  
  /// Color
  final Color? dotColor;
  
  /// Size of dot
  final double? dotSize;