ColumnNode class abstract
ColumnNode is a block node containing other block nodes arranged as a column.
During formatting, produces an element which is as wide as the available width, and tall enough to fit all the available children elements.
Constructors
-
ColumnNode(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
- style ↔ BlockStyle
-
The runtime style applied to this node, this will be set by fillStyles.
getter/setter pairinherited
Methods
-
fillStyles(
DocumentStyle stylesheet, InlineTextStyle parentTextStyle) → void -
override
-
format(
double availableWidth) → GroupElement -
override
-
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