TxLinearGradientProgressIndicator constructor
const
TxLinearGradientProgressIndicator({})
Implementation
const TxLinearGradientProgressIndicator({
super.key,
this.value,
this.backgroundColor,
this.gradient,
this.valueColor,
this.minHeight,
this.semanticsLabel,
this.semanticsValue,
this.radius,
this.showValueText,
this.textStyle,
}) : assert(minHeight == null || minHeight > 0);