ProgressProps constructor
const
ProgressProps({
- double value = 0.0,
- ComponentSize size = ComponentSize.medium,
- ProgressVariant variant = ProgressVariant.primary,
- bool indeterminate = false,
- bool showValue = false,
- String? trackColor,
- String? indicatorColor,
Implementation
const ProgressProps({
this.value = 0.0,
this.size = ComponentSize.medium,
this.variant = ProgressVariant.primary,
this.indeterminate = false,
this.showValue = false,
this.trackColor,
this.indicatorColor,
});