Flutter Quill - Document Model

Опубликовано: 24 Март 2026
на канале: X Code
2,896
17

Documents are represented as a tree of nodes. There are 3 main types of nodes:
Leaf - a leaf node which represents a segment of styled text within a document. There are two kinds of leaf nodes - text and embeds.
Line - represents an individual line of text within a document. Line nodes are containers for leaf nodes.
Block - represents a group of adjacent lines which share the same style. Examples of blocks include lists, quotes or code blocks.