DocumentFunctions<D extends Delta, T, RW extends Object> mixin

Basic functions to create documents and generates widgets

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blockGenerators(T lines) Future<RW>
This function generate widgets to create a book with custom views of the content
generatePages({required List<D> documents}) Future<List<Map<String, dynamic>>>
This function create a (valid) file transforming delta format to markdown and detecting all markdown syntax for put the attributes to the paragraph
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited