DataGridCellDoubleTapCallback typedef

DataGridCellDoubleTapCallback = void Function(DataGridCellDoubleTapDetails details)

Signature for SfDataGrid.onCellDoubleTap callback.

Implementation

typedef DataGridCellDoubleTapCallback = void Function(
    DataGridCellDoubleTapDetails details);