MenuActionAttributes constructor

const MenuActionAttributes({
  1. bool disabled = false,
  2. bool destructive = false,
})

Implementation

const MenuActionAttributes({
  this.disabled = false,
  this.destructive = false,
});