DataGridRowAdapter class

Row configuration and widget of cell for a SfDataGrid.

The widget for each cell can be provided in the DataGridRowAdapter.cells property.

Constructors

DataGridRowAdapter({required List<Widget> cells, Key? key, Color? color})
Creates DataGridRowAdapter for the SfDataGrid.
const

Properties

cells → List<Widget>
The widget of each cell for this row.
final
color → Color?
The color for the row.
final
hashCode → int
The hash code for this object.
no setterinherited
key → Key?
The key for the 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