OtherButtons constructor

const OtherButtons({
  1. bool fullscreen = true,
  2. bool codeview = true,
  3. bool undo = true,
  4. bool redo = true,
  5. bool help = true,
  6. bool copy = true,
  7. bool paste = true,
})

Implementation

const OtherButtons({
  this.fullscreen = true,
  this.codeview = true,
  this.undo = true,
  this.redo = true,
  this.help = true,
  this.copy = true,
  this.paste = true,
});