OrkittProgressIndicator constructor
const
OrkittProgressIndicator({})
Implementation
const OrkittProgressIndicator({
super.key,
this.value,
this.color,
this.valueColor,
this.trackColor,
this.trackValueColor,
this.strokeWidth,
this.trackStrokeWidth,
this.semanticsLabel,
this.semanticsValue,
}) : assert(strokeWidth == null || strokeWidth > 0),
assert(trackStrokeWidth == null || trackStrokeWidth > 0);