of static method

SlideProvider of(
  1. BuildContext context
)

Implementation

static SlideProvider of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<SlideProvider>()!;
}