huor_progress_indicators

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

huor progress indicators

Usage #
JumpingDotsProgressIndicator(
numberOfDots: 20,
dotColor: Colors.blue,
animatedDuration: Duration(milliseconds: 100),
)
copied to clipboard
Properties 🔖 #
/// Number of dots
final int? numberOfDots;

/// Duration
final Duration? animatedDuration;

/// Color
final Color? dotColor;

/// Size of dot
final double? dotSize;
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.