DocumentRoot class

Constructors

DocumentRoot(List<BlockNode> children)

Properties

children List<BlockNode>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

format(DocumentStyle style, {double? width, double? height}) → GroupElement
Applies style to this document, producing an Element that can be rendered on a canvas. Parameters width and height serve as the fallback values if they were not specified in the style itself. However, they are ignored if style.width and style.height are provided.
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