InsertButtons constructor

const InsertButtons({
  1. bool link = true,
  2. bool picture = true,
  3. bool audio = true,
  4. bool video = true,
  5. bool otherFile = false,
  6. bool table = true,
  7. bool hr = true,
})

Implementation

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