MenuPage constructor

const MenuPage({
  1. Key? key,
  2. MenuAction? action,
  3. MinimalAction? minimalAction,
  4. CloseAction? closeAction,
})

Implementation

const MenuPage({
  super.key,
  this.action,
  this.minimalAction,
  this.closeAction,
});