of static method

SlidingPage? of(
  1. BuildContext context
)

Implementation

static SlidingPage? of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType();