ToolbarSettings constructor

const ToolbarSettings({
  1. bool showToolbar = true,
  2. bool showBold = true,
  3. bool showItalic = true,
  4. bool showUnderline = true,
  5. bool showAlignment = true,
  6. bool showLink = true,
  7. bool showTextColor = true,
  8. bool showFontSize = true,
  9. bool showLists = true,
  10. bool showUndo = true,
  11. bool showClear = true,
})

Implementation

const ToolbarSettings({
  this.showToolbar = true,
  this.showBold = true,
  this.showItalic = true,
  this.showUnderline = true,
  this.showAlignment = true,
  this.showLink = true,
  this.showTextColor = true,
  this.showFontSize = true,
  this.showLists = true,
  this.showUndo = true,
  this.showClear = true,
});