DataGridCellTapCallback typedef
DataGridCellTapCallback =
void Function(DataGridCellTapDetails details)
Signature for SfDataGrid.onCellTap and SfDataGrid.onCellSecondaryTap callbacks.
Implementation
typedef DataGridCellTapCallback = void Function(DataGridCellTapDetails details);