TCircularProgress constructor
const
TCircularProgress({})
Creates a circular progress indicator.
Implementation
const TCircularProgress({
super.key,
this.value = 0.0,
this.indeterminate = false,
this.size = 40.0,
this.strokeWidth = 4.0,
this.color,
this.backgroundColor,
this.showPercentage = false,
this.label,
});