CellDetails class

CellDetails class. This class contains the details of a cell, such as the instance of the row and column it belongs to, furthermore if the cell is inside a nested row or column it is possible to access the instance of the parent row or column

Constructors

CellDetails({required ExpandableTableHeader? headerParent, required ExpandableTableRow? rowParent, required ExpandableTableHeader? header, required ExpandableTableRow? row})
CellDetails class constructor. This class contains the details of a cell, such as the instance of the row and column it belongs to, furthermore if the cell is inside a nested row or column it is possible to access the instance of the parent row or column

Properties

hashCode int
The hash code for this object.
no setterinherited
header is the instance of the column it belongs to.
final
headerParent ExpandableTableHeader?
headerParent is the instance of the parent column it belongs to (Only if it is inside a nested column).
final
row ExpandableTableRow?
row is the instance of the row it belongs to.
final
rowParent ExpandableTableRow?
rowParent is the instance of the parent row it belongs to (Only if it is inside a nested row).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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