FlutterProgressIndicator.circular constructor

  1. @FreezedUnionValue.new(FlutterProgressIndicator.unionValueCircularProgressIndicator)
FlutterProgressIndicator.circular({
  1. @cN FlutterKey? key,
  2. double? value,
  3. FlutterColor? backgroundColor,
  4. FlutterColor? color,
  5. double? strokeWidth,
  6. String? semanticsLabel,
  7. 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;