of static method

Implementation

static CustomTabBarContext? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<CustomTabBarContext>(
      aspect: CustomTabBarContext);
}