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