ZdsBlockTableRow class
Defines a row in a ZdsBlockTable
Constructors
-
ZdsBlockTableRow({required List<
ZdsBlockTableCellData> data, required ZdsBlockTableCellData titleCell, String? header}) - Creates a new ZdsBlockTableRow
Properties
-
data
→ List<
ZdsBlockTableCellData> -
The data displayed in the table
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → String?
-
The header text displayed above the row
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleCell → ZdsBlockTableCellData
-
The cell that is used as the title cell for the row
final
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