of static method

Tab of(
  1. BuildContext context
)

Implementation

static Tab of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<ParentTab>()!.tab;