LiQuillTextEditorLabels class
Constructors
-
LiQuillTextEditorLabels({String bold = 'Bold', String italic = 'Italic', String underline = 'Underline', String strike = 'Strikethrough', String orderedList = 'Ordered list', String bulletList = 'Bullet list', String alignLeft = 'Align left', String alignCenter = 'Align center', String alignRight = 'Align right', String alignJustify = 'Justify', String blockType = 'Block type', String fontSize = 'Font size', String fontColor = 'Text color', String backgroundColor = 'Background color', String insertLink = 'Insert link', String clearFormatting = 'Clear formatting', String table = 'Table', String normal = 'Normal', String heading1 = 'Heading 1', String heading2 = 'Heading 2', String heading3 = 'Heading 3', String defaultFontSize = 'Default', String quillUnavailable = 'Quill 2.0.3 is not available on window.Quill.', String initializationErrorPrefix = 'Unable to initialize the Quill editor:', String editorNotReady = 'The Quill editor is not initialized yet.', String invalidDelta = 'Invalid delta: the "ops" key is required.'})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited