of static method

_SlideDrawerState? of(
  1. BuildContext context
)

Implementation

static _SlideDrawerState? of(BuildContext context) =>
    context.findAncestorStateOfType<_SlideDrawerState>();