of static method

Implementation

static ContextMenuItemThemeData of(BuildContext context) => context
    .dependOnInheritedWidgetOfExactType<DefaultContextMenuItemTheme>()!
    .data;