LoadingProgressIndicator constructor

LoadingProgressIndicator({
  1. double? value,
  2. Animation<Color>? valueColor,
  3. String? semanticsLabel,
  4. String? semanticsValue,
  5. Color? backgroundColor,
  6. double? strokeWidth,
})

Implementation

LoadingProgressIndicator(
    {this.value,
    this.valueColor,
    this.semanticsLabel,
    this.semanticsValue,
    this.backgroundColor,
    this.strokeWidth});