NiceAnimatedProgress constructor
const
NiceAnimatedProgress({})
Implementation
const NiceAnimatedProgress({
super.key,
required this.value,
this.height = 8,
this.backgroundColor,
this.progressColor,
this.gradient,
this.duration = const Duration(milliseconds: 500),
this.curve = Curves.easeOutCubic,
this.borderRadius,
this.label,
});