FontButtons constructor

const FontButtons({
  1. bool bold = true,
  2. bool italic = true,
  3. bool underline = true,
  4. bool clearAll = true,
  5. bool strikethrough = true,
  6. bool superscript = true,
  7. bool subscript = true,
})

Implementation

const FontButtons({
  this.bold = true,
  this.italic = true,
  this.underline = true,
  this.clearAll = true,
  this.strikethrough = true,
  this.superscript = true,
  this.subscript = true,
});