JsonLinearProgressIndicatorBuilder constructor

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

Implementation

JsonLinearProgressIndicatorBuilder({
  this.backgroundColor,
  this.color,
  this.minHeight,
  this.semanticsLabel,
  this.semanticsValue,
  this.value,
  this.valueColor,
}) : super(numSupportedChildren: kNumSupportedChildren);