JsonLinearProgressIndicatorBuilderModel constructor

const JsonLinearProgressIndicatorBuilderModel(
  1. Map<String, dynamic> args, {
  2. Color? backgroundColor,
  3. BorderRadiusGeometry borderRadius = BorderRadius.zero,
  4. Color? color,
  5. double? minHeight,
  6. String? semanticsLabel,
  7. String? semanticsValue,
  8. double? value,
  9. required dynamic valueColor,
})

Implementation

const JsonLinearProgressIndicatorBuilderModel(
  super.args, {
  this.backgroundColor,
  this.borderRadius = BorderRadius.zero,
  this.color,
  this.minHeight,
  this.semanticsLabel,
  this.semanticsValue,
  this.value,
  required this.valueColor,
});