menu
flutter_quill_delta_easy_parser package
documentation
blocks/document.dart
Document
paragraphs property
paragraphs property
dark_mode
light_mode
paragraphs
property
List
<
Paragraph
>
paragraphs
final
List of paragraphs contained within the document.
Implementation
final List<Paragraph> paragraphs;
flutter_quill_delta_easy_parser package
documentation
blocks/document
Document
paragraphs property
Document class