MenuScope constructor

const MenuScope({
  1. Key? key,
  2. required Widget child,
  3. MenuStore? notifier,
})

Implementation

const MenuScope({super.key, required super.child, super.notifier});