RenderCell class

Wrapper for a cell RenderBox containing additional information

Constructors

RenderCell(RenderBox renderBox)

Properties

dimensions LayoutDimensions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intrinsicHeight double
getter/setter pair
left double
getter/setter pair
renderBox RenderBox
getter/setter pair
rowHeightMode RowHeight
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
getter/setter pair

Methods

constraints(double maxRowHeight) Constraints
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