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