SLoadingIndicator constructor
const
SLoadingIndicator({
- Indicator indicatorType = Indicator.circleStrokeSpin,
- List<
Color> ? colors, - Color? backgroundColor,
- double? strokeWidth,
- Color? pathBackgroundColor,
- bool pause = false,
- double? scale,
- double? scaleX,
- double? scaleY,
- Offset? origin,
- AlignmentGeometry alignment = AlignmentDirectional.center,
- bool transformHitTests = true,
- FilterQuality? filterQuality,
- Key? key,
Implementation
const SLoadingIndicator(
{this.indicatorType = Indicator.circleStrokeSpin,
this.colors,
this.backgroundColor,
this.strokeWidth,
this.pathBackgroundColor,
this.pause = false,
this.scale,
this.scaleX,
this.scaleY,
this.origin,
this.alignment = AlignmentDirectional.center,
this.transformHitTests = true,
this.filterQuality,
super.key});