Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b9ab640

Browse files
Remove incorrect statement in documentation (#118636)
1 parent 46c7fd1 commit b9ab640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter/lib/src/material/progress_indicator.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ class CircularProgressIndicator extends ProgressIndicator {
515515
/// [CupertinoActivityIndicator] in iOS and [CircularProgressIndicator] in
516516
/// material theme/non-iOS.
517517
///
518-
/// The [value], [backgroundColor], [valueColor], [strokeWidth],
519-
/// [semanticsLabel], and [semanticsValue] will be ignored in iOS.
518+
/// The [value], [valueColor], [strokeWidth], [semanticsLabel], and
519+
/// [semanticsValue] will be ignored in iOS.
520520
///
521521
/// {@macro flutter.material.ProgressIndicator.ProgressIndicator}
522522
const CircularProgressIndicator.adaptive({

0 commit comments

Comments
 (0)