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