of static method

SearchTabTheme? of(
  1. BuildContext context
)

Implementation

static SearchTabTheme? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<SearchTabTheme>();