InsertButtons constructor
      const
      InsertButtons({})
     
    
    
Implementation
const InsertButtons({
  this.link = true,
  this.picture = true,
  this.audio = true,
  this.video = true,
  this.otherFile = false,
  this.table = true,
  this.hr = true,
});