MenuView constructor

const MenuView(
  1. MenuModel model, {
  2. Key? key,
})

Implementation

const MenuView(this.model, {super.key});