DataGridCheckboxValueChangedDetails constructor
const
DataGridCheckboxValueChangedDetails({
- required bool value,
- required DataGridRow? row,
- required RowType rowType,
Implementation
const DataGridCheckboxValueChangedDetails({
required this.value,
required this.row,
required this.rowType,
});