ProgressIndicatorOptions.refresh constructor
const
ProgressIndicatorOptions.refresh({
- double? width,
- double? height,
- double? value,
- Color? color,
- Animation<
Color?> ? valueColor, - Color? backgroundColor,
- String? semanticsLabel,
- String? semanticsValue,
- double strokeWidth = 4,
- double strokeAlign = 0,
- StrokeCap? strokeCap,
- double elevation = 2.0,
- EdgeInsetsGeometry indicatorMargin = const EdgeInsets.all(4.0),
- EdgeInsetsGeometry indicatorPadding = const EdgeInsets.all(12.0),
Implementation
const ProgressIndicatorOptions.refresh({
this.width,
this.height,
this.value,
this.color,
this.valueColor,
this.backgroundColor,
this.semanticsLabel,
this.semanticsValue,
this.strokeWidth = 4,
this.strokeAlign = 0,
this.strokeCap,
this.elevation = 2.0,
this.indicatorMargin = const EdgeInsets.all(4.0),
this.indicatorPadding = const EdgeInsets.all(12.0),
}) : style = ProgressIndicatorStyle.refresh,
minHeight = null,
borderRadius = BorderRadius.zero;