of static method

MenuStore of(
  1. BuildContext context
)

Implementation

static MenuStore of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<MenuScope>()!.notifier!;
}