TableCellRect class

Inheritance

Constructors

TableCellRect.fromLTRB(int left, int top, int right, int bottom)
const

Properties

bottom int
final
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
True if visitCells will not visit anything.
no setter
isNormalized bool
no setter
left int
final
final
rows Iterable<int>
The collection of rows contained in this cell range.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top int
final

Methods

contains(int rowIndex, int columnIndex) bool
override
containsCell(TableCellOffset cellOffset) bool
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
override
intersect(TableCellRange other) TableCellRange
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtract(TableCellRange other) TableCellRange
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited
visitCells(TableCellVisitor visitor) → void
override
where(bool test(int rowIndex, int columnIndex)) TableCellRange
inherited

Operators

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

Constants

empty → const TableCellRect