From e1005143ddadde4eff337d32fec5977cd162127a Mon Sep 17 00:00:00 2001 From: Hiroki Matsue Date: Tue, 12 Mar 2019 01:16:12 +0900 Subject: [PATCH] Fix typo in RefreshIndicator constructor API doc --- packages/flutter/lib/src/material/refresh_indicator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/refresh_indicator.dart b/packages/flutter/lib/src/material/refresh_indicator.dart index b2b95ada37f..a03b736137d 100644 --- a/packages/flutter/lib/src/material/refresh_indicator.dart +++ b/packages/flutter/lib/src/material/refresh_indicator.dart @@ -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,