ParagraphNode class final
A node that forces its children to be flowed and wrapped as a paragraph.
- Inheritance
-
- Object
- LogNode
- LayoutNode
- ParagraphNode
Constructors
-
ParagraphNode({required List<
LogNode> children, int tags = LogTag.none}) - Creates a ParagraphNode.
Properties
-
children
↔ List<
LogNode> -
The child nodes contained within this layout structure.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Semantic tags describing this node.
getter/setter pairinherited
- title ↔ StyledText?
-
Optional title or label for this structural block (e.g., box title).
getter/setter pairinherited
Methods
-
copyWith(
{List< LogNode> ? children, StyledText? title, int? tags}) → ParagraphNode -
Creates a copy of this node with optional changes.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
releaseRecursive(
LogPipelineFactory factory) → void -
Releases this node and any children back to
factory.inherited -
reset(
) → void -
Resets this node's fields to their defaults for pool reuse.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited