DataGridCell<T> constructor
const
DataGridCell<T> ({
- required String columnName,
- required T? value,
Creates DataGridCell for the SfDataGrid.
Implementation
const DataGridCell({required this.columnName, required this.value});