of<S> static method

InheritedValue? of<S>(
  1. BuildContext context
)

Implementation

static InheritedValue? of<S>(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<InheritedValue>();
}