Commit e1005143 authored by Hiroki Matsue's avatar Hiroki Matsue Committed by Hans Muller

Fix typo in RefreshIndicator constructor API doc

parent c7bb476b
......@@ -91,7 +91,7 @@ class RefreshIndicator extends StatefulWidget {
/// The [semanticsLabel] is used to specify an accessibility label for this widget.
/// If it is null, it will be defaulted to [MaterialLocalizations.refreshIndicatorSemanticLabel].
/// An empty string may be passed to avoid having anything read by screen reading software.
/// The [semanticsValue] may be used to specify progress on the widget. The
/// The [semanticsValue] may be used to specify progress on the widget.
const RefreshIndicator({
Key key,
@required this.child,
......
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