of static method

TabScope? of(
  1. BuildContext context
)

Implementation

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