FlutterProgressIndicator.circular constructor
- @FreezedUnionValue.new(FlutterProgressIndicator.unionValueCircularProgressIndicator)
- @cN FlutterKey? key,
- double? value,
- FlutterColor? backgroundColor,
- FlutterColor? color,
- double? strokeWidth,
- String? semanticsLabel,
- String? semanticsValue,
Implementation
@FreezedUnionValue(
FlutterProgressIndicator.unionValueCircularProgressIndicator)
factory FlutterProgressIndicator.circular({
@FlutterKey.cN FlutterKey? key,
double? value,
FlutterColor? backgroundColor,
FlutterColor? color,
// Animation<Color?>? valueColor,
double? strokeWidth,
String? semanticsLabel,
String? semanticsValue,
}) = _FlutterProgressIndicatorCircular;