OudsLinearProgressIndicator constructor
const
OudsLinearProgressIndicator({ - Key? key,
- OudsProgressIndicatorType? progressType = OudsProgressIndicatorType.determinate,
- OudsIconStatus status = const Neutral(),
- bool animated = true,
- double? value,
- OudsProgressIndicatorGapSize gapSize = OudsProgressIndicatorGapSize.defaultSize,
- bool track = true,
- String? semanticLabel,
- bool stopIndicator = false,
- String? helperText,
- OudsProgressIndicatorHelperTextAlignment helperTextAlignment = OudsProgressIndicatorHelperTextAlignment.center,
- bool percentage = false,
- 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,
});