Skip to content

Commit

Permalink
Remove incorrect statement in documentation (#118636)
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellGoodwin committed Jan 19, 2023
1 parent 46c7fd1 commit b9ab640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flutter/lib/src/material/progress_indicator.dart
Expand Up @@ -515,8 +515,8 @@ class CircularProgressIndicator extends ProgressIndicator {
/// [CupertinoActivityIndicator] in iOS and [CircularProgressIndicator] in
/// material theme/non-iOS.
///
/// The [value], [backgroundColor], [valueColor], [strokeWidth],
/// [semanticsLabel], and [semanticsValue] will be ignored in iOS.
/// The [value], [valueColor], [strokeWidth], [semanticsLabel], and
/// [semanticsValue] will be ignored in iOS.
///
/// {@macro flutter.material.ProgressIndicator.ProgressIndicator}
const CircularProgressIndicator.adaptive({
Expand Down

0 comments on commit b9ab640

Please sign in to comment.