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