rich_text_editor_controller library

Classes

RichTextEditorController
This is the main controller for the text editor
RichTextField
A TextField that uses a RichTextEditorController to control the text.
RichTextFormField
A TextFormField that uses a RichTextEditorController to control the text.
TextDelta
Class that holds the style change for each character.
TextMetadata

Enums

TextDecorationEnum
This super enum is used to convert TextDecoration to TextDecorationEnum and vice versa.

Typedefs

TextDeltas = List<TextDelta>
Sugar for working with list of TextDeltas.