Widget.linearProgressIndicator constructor Null safety

const Widget.linearProgressIndicator(
  1. {Key? key,
  2. double? value,
  3. Color? backgroundColor,
  4. Color? color,
  5. double? minHeight,
  6. String? semanticsLabel,
  7. String? semanticsValue}
)

Implementation

const factory Widget.linearProgressIndicator({
  Key? key,
  double? value,
  Color? backgroundColor,
  Color? color,
  double? minHeight,
  String? semanticsLabel,
  String? semanticsValue,
}) = LinearProgressIndicator;