AnimatedRefreshProgressIndicator constructor
const
AnimatedRefreshProgressIndicator({
- Key? key,
- required Duration duration,
- Curve curve = Curves.linear,
- VoidCallback? onEnd,
- double? value,
- Color? color,
- Color? backgroundColor,
- Animation<
Color?> ? valueColor, - double strokeWidth = 2.5,
- double strokeAlign = 0.0,
- StrokeCap? strokeCap,
- String? semanticsLabel,
- String? semanticsValue,
- double elevation = 2.0,
- EdgeInsetsGeometry indicatorMargin = const EdgeInsets.all(4.0),
- EdgeInsetsGeometry indicatorPadding = const EdgeInsets.all(12.0),
Implementation
const AnimatedRefreshProgressIndicator({
super.key,
required super.duration,
super.curve,
super.onEnd,
this.value,
this.color,
this.backgroundColor,
this.valueColor,
this.strokeWidth = 2.5,
this.strokeAlign = 0.0,
this.strokeCap,
this.semanticsLabel,
this.semanticsValue,
this.elevation = 2.0,
this.indicatorMargin = const EdgeInsets.all(4.0),
this.indicatorPadding = const EdgeInsets.all(12.0),
});