TProgressBar constructor
const
TProgressBar({})
Creates a progress bar.
Implementation
const TProgressBar({
super.key,
this.value = 0.0,
this.indeterminate = false,
this.flowing = false,
this.height = 8.0,
this.color,
this.backgroundColor,
this.label,
this.showPercentage = false,
this.borderRadius = 10.0,
this.animationDuration = const Duration(milliseconds: 300),
});