of static method

The closest nullable instance of this class that encloses the given context.

Implementation

static PullDownButtonTheme? of(BuildContext context) => context
    .dependOnInheritedWidgetOfExactType<PullDownButtonInheritedTheme>()
    ?.data;