FlutterProgressIndicator.linear constructor
- @FreezedUnionValue.new(FlutterProgressIndicator.unionValueLinearProgressIndicator)
- @cN FlutterKey? key,
- double? value,
- FlutterColor? backgroundColor,
- FlutterColor? color,
- double? minHeight,
- String? semanticsLabel,
- 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;