CellSubmit typedef
CellSubmit =
void Function()
The signature of DataGridSource.canSubmitCell and DataGridSource.onCellSubmit methods.
Implementation
typedef CellSubmit = void Function();
The signature of DataGridSource.canSubmitCell and DataGridSource.onCellSubmit methods.
typedef CellSubmit = void Function();