of static method

The PullDownButtonTheme.itemTheme property of the ambient PullDownButtonTheme.

Implementation

static PullDownMenuItemTheme? of(BuildContext context) =>
    PullDownButtonTheme.of(context)?.itemTheme;