ToolbarSettings constructor
const
ToolbarSettings({})
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,
});