Unverified Commit b9ab6404 authored by Mitchell Goodwin's avatar Mitchell Goodwin Committed by GitHub

Remove incorrect statement in documentation (#118636)

parent 46c7fd14
...@@ -515,8 +515,8 @@ class CircularProgressIndicator extends ProgressIndicator { ...@@ -515,8 +515,8 @@ class CircularProgressIndicator extends ProgressIndicator {
/// [CupertinoActivityIndicator] in iOS and [CircularProgressIndicator] in /// [CupertinoActivityIndicator] in iOS and [CircularProgressIndicator] in
/// material theme/non-iOS. /// material theme/non-iOS.
/// ///
/// The [value], [backgroundColor], [valueColor], [strokeWidth], /// The [value], [valueColor], [strokeWidth], [semanticsLabel], and
/// [semanticsLabel], and [semanticsValue] will be ignored in iOS. /// [semanticsValue] will be ignored in iOS.
/// ///
/// {@macro flutter.material.ProgressIndicator.ProgressIndicator} /// {@macro flutter.material.ProgressIndicator.ProgressIndicator}
const CircularProgressIndicator.adaptive({ const CircularProgressIndicator.adaptive({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment