SLoadingIndicator constructor

const SLoadingIndicator({
  1. Indicator indicatorType = Indicator.circleStrokeSpin,
  2. List<Color>? colors,
  3. Color? backgroundColor,
  4. double? strokeWidth,
  5. Color? pathBackgroundColor,
  6. bool pause = false,
  7. double? scale,
  8. double? scaleX,
  9. double? scaleY,
  10. Offset? origin,
  11. AlignmentGeometry alignment = AlignmentDirectional.center,
  12. bool transformHitTests = true,
  13. FilterQuality? filterQuality,
  14. 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});