TableViewParentData class

Parent data structure used by RenderTableViewport.

Inheritance

Constructors

TableViewParentData()

Properties

columnMergeSpan int?
Represents the number of columns spanned by a merged cell.
getter/setter pair
columnMergeStart int?
Represents the column index where a merged cell in the table begins.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isVisible bool
Whether or not the child is actually visible within the viewport.
no setterinherited
keepAlive bool
Whether to keep the child alive even when it is no longer visible.
getter/setter pairinherited
keptAlive bool
Whether the widget is currently being kept alive, i.e. has keepAlive set to true and is offscreen.
no setterinherited
layoutOffset Offset?
The offset at which to paint the child in the parent's coordinate system.
getter/setter pairinherited
paintOffset Offset?
The position of the child relative to the bounds and AxisDirection of the viewport.
getter/setter pairinherited
rowMergeSpan int?
Represents the number of rows spanned by a merged cell.
getter/setter pair
rowMergeStart int?
Represents the row index where a merged cell in the table begins.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableVicinity TableVicinity
Converts the ChildVicinity to a TableVicinity for ease of use.
no setter
vicinity ChildVicinity
The logical positioning of children in two dimensions.
getter/setter pairinherited

Methods

detach() → void
Called when the RenderObject is removed from the tree.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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