AdeptDataRow class

Row for AdeptDataTable.

Constructors

AdeptDataRow.new({required List<AdeptDataTableCell> cells, AdeptDataTableCellTheme? rowCellsTheme})
Constructor allows you to define styling and value properties.

Properties

cells List<AdeptDataTableCell>
List of AdeptDataTableCell cells.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rowCellsTheme AdeptDataTableCellTheme?
optional AdeptDataTableCellTheme for all cells in this row.
getter/setter pair
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