FlutterProgressIndicator.linear constructor

  1. @FreezedUnionValue.new(FlutterProgressIndicator.unionValueLinearProgressIndicator)
FlutterProgressIndicator.linear({
  1. @cN FlutterKey? key,
  2. double? value,
  3. FlutterColor? backgroundColor,
  4. FlutterColor? color,
  5. double? minHeight,
  6. String? semanticsLabel,
  7. String? semanticsValue,
})

Implementation

@FreezedUnionValue(FlutterProgressIndicator.unionValueLinearProgressIndicator)
factory FlutterProgressIndicator.linear({
  @FlutterKey.cN FlutterKey? key,
  double? value,
  FlutterColor? backgroundColor,
  FlutterColor? color,
// Animation<Color?>? valueColor,
  double? minHeight,
  String? semanticsLabel,
  String? semanticsValue,
}) = _FlutterProgressIndicatorLinear;