of static method

Implementation

static BottomBarScrollControllerProvider of(BuildContext context) => context
    .dependOnInheritedWidgetOfExactType<BottomBarScrollControllerProvider>()!;