TableNode class final

A structural node for grid-based layouts.

Inheritance

Constructors

TableNode({required List<LogNode> children, StyledText? title, List<int> columnWidths = const [], int tags = LogTag.none})
Creates a TableNode.

Properties

children List<LogNode>
The child nodes contained within this layout structure.
getter/setter pairinherited
columnWidths List<int>
Explicit widths for each column. If empty, columns are sized dynamically.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags int
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, List<int>? columnWidths}) TableNode
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.
override
toString() String
A string representation of this object.
inherited

Operators

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