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