OudsLinearProgressIndicator constructor

const OudsLinearProgressIndicator({
  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,
  9. bool stopIndicator = false,
  10. String? helperText,
  11. OudsProgressIndicatorHelperTextAlignment helperTextAlignment = OudsProgressIndicatorHelperTextAlignment.center,
  12. bool percentage = false,
  13. bool spaceBeforePercentage = false,
})

Implementation

const OudsLinearProgressIndicator({
  super.key,
  super.progressType = OudsProgressIndicatorType.determinate,
  super.status = const Neutral(),
  super.animated = true,
  super.value,
  super.gapSize = OudsProgressIndicatorGapSize.defaultSize,
  super.track = true,
  super.semanticLabel,
  this.stopIndicator = false,
  this.helperText,
  this.helperTextAlignment = OudsProgressIndicatorHelperTextAlignment.center,
  this.percentage = false,
  this.spaceBeforePercentage = false,
});