TableCellParentData class
Parent data used by RenderTable for its children.
- Inheritance
-
- Object
- ParentData
- BoxParentData
- TableCellParentData
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset ↔ Offset
-
The offset at which to paint the child in the parent's coordinate system.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalAlignment ↔ TableCellVerticalAlignment?
-
Where this cell should be placed vertically.
getter/setter pair
- x ↔ int?
-
The column that the child was in the last time it was laid out.
getter/setter pair
- y ↔ int?
-
The row that the child was in the last time it was laid out.
getter/setter pair
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