dependOnInheritedWidget method
Link a widget to a InheritedWidget in the root State object.
Implementation
void dependOnInheritedWidget(BuildContext? context) =>
appState?.dependOnInheritedWidget(context);
Link a widget to a InheritedWidget in the root State object.
void dependOnInheritedWidget(BuildContext? context) =>
appState?.dependOnInheritedWidget(context);