DataGridRowAdapter constructor

const DataGridRowAdapter({
  1. required List<Widget> cells,
  2. Key? key,
  3. Color? color,
})

Creates DataGridRowAdapter for the SfDataGrid.

Implementation

const DataGridRowAdapter({required this.cells, this.key, this.color});