AFCircularProgressIndicator constructor

const AFCircularProgressIndicator({
  1. Key? key,
  2. Key? childKey,
  3. double? value,
  4. Color? backgroundColor,
  5. Animation<Color>? valueColor,
  6. double strokeWidth = 4.0,
  7. String? semanticsLabel,
  8. String? semanticsValue,
})

Implementation

const AFCircularProgressIndicator({
  Key? key,
  this.childKey,
  this.value,
  this.backgroundColor,
  this.valueColor,
  this.strokeWidth = 4.0,
  this.semanticsLabel,
  this.semanticsValue}):
  super(key: key);