Table Row
It groups a collection of cells and defines row-level styling and actions.
Constructors
TableRow
TableRow creates a new table row with the given cells.
Methods
| Method | Description |
|---|---|
Action(action func()) | Action sets a click/tap action for the entire row. |
BackgroundColor(backgroundColor Color) | BackgroundColor sets the background color of the row. |
Height(height Length) | Height sets the row height. |
HoveredBackgroundColor(backgroundColor Color) | HoveredBackgroundColor sets the background color when the row is hovered. |