OudsCircularProgressIndicator constructor

const OudsCircularProgressIndicator({
  1. Key? key,
  2. OudsProgressIndicatorType? progressType = OudsProgressIndicatorType.determinate,
  3. OudsIconStatus status = const Neutral(),
  4. bool animated = true,
  5. double? value,
  6. OudsProgressIndicatorGapSize gapSize = OudsProgressIndicatorGapSize.defaultSize,
  7. bool track = true,
  8. 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;