LayoutGridCell<T extends DataGridRow> constructor
const
LayoutGridCell<T extends DataGridRow> ({
- Key? key,
- required T row,
- required double rowId,
- required DataGridColumn<
T> column, - required int rowIndex,
Implementation
const LayoutGridCell({
super.key,
required this.row,
required this.rowId,
required this.column,
required this.rowIndex,
});