dependOnInheritedWidget method
Link a widget to a InheritedWidget of type U
Implementation
bool dependOnInheritedWidget(BuildContext? context) =>
_inheritedStatefulWidget.dependOnInheritedWidget(context);
Link a widget to a InheritedWidget of type U
bool dependOnInheritedWidget(BuildContext? context) =>
_inheritedStatefulWidget.dependOnInheritedWidget(context);