Inheritance
StoreProvider<State>
public class StoreProvider<State> : InheritedWidget
Type Parameters
Constructors
Declaration
public StoreProvider(Store<State> store, Widget child, Key key = null)
Parameters
Type |
Name |
Description |
Store<State> |
store |
|
Widget |
child |
|
Key |
key |
|
Methods
of(BuildContext)
Declaration
public static Store<State> of(BuildContext context)
Parameters
Type |
Name |
Description |
BuildContext |
context |
|
Returns
Type |
Description |
Store<State> |
|
Declaration
public override bool updateShouldNotify(InheritedWidget old)
Parameters
Type |
Name |
Description |
InheritedWidget |
old |
|
Returns