We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545992c commit d1c5c06Copy full SHA for d1c5c06
lib/flutter_redux.dart
@@ -41,12 +41,12 @@ class StoreProvider<S> extends InheritedWidget {
41
/// }
42
43
/// ```
44
-
45
- /// if you need to use the [Store] from an initState function
46
- /// set the [listen] option to false
47
- ///
+ ///
+ /// If you need to use the [Store] from the `initState` function, set the
+ /// [listen] option to false.
48
/// ### Example
49
50
51
/// class MyWidget extends StatefulWidget {
52
/// static GlobalKey<_MyWidgetState> captorKey = GlobalKey<_MyWidgetState>();
0 commit comments