onCellCancelEdit method Null safety
- DataGridRow dataGridRow,
- RowColumnIndex rowColumnIndex,
- GridColumn column
Called when you press the LogicalKeyboardKey.escape key when the DataGridCell on editing to cancel the editing.
Implementation
void onCellCancelEdit(DataGridRow dataGridRow, RowColumnIndex rowColumnIndex,
GridColumn column) {}