of<E extends Object> static method

FormeSearchableData<E> of<E extends Object>(
  1. BuildContext context
)

Implementation

static FormeSearchableData<E> of<E extends Object>(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<FormeSearchableData<E>>()!;
}