OudsCircularProgressIndicator constructor
- Key? key,
- OudsProgressIndicatorType? progressType = OudsProgressIndicatorType.determinate,
- OudsIconStatus status = const Neutral(),
- bool animated = true,
- double? value,
- OudsProgressIndicatorGapSize gapSize = OudsProgressIndicatorGapSize.defaultSize,
- bool track = true,
- String? semanticLabel,
Implementation
const OudsCircularProgressIndicator({
super.key,
super.progressType = OudsProgressIndicatorType.determinate,
super.status = const Neutral(),
super.animated = true,
super.value,
super.gapSize = OudsProgressIndicatorGapSize.defaultSize,
super.track = true,
super.semanticLabel,
}) : _color = null;