CellSubmit typedef Null safety

CellSubmit = void Function()

The signature of DataGridSource.canSubmitCell and DataGridSource.onCellSubmit methods.

Implementation

typedef CellSubmit = void Function();