Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.