FdcGridCellPointerEvent typedef
FdcGridCellPointerEvent =
void Function(FdcGridCellPointerContext context)
Receives a completed grid cell pointer gesture notification.
The context identifies the row and column in the current grid view and layout. Pointer callbacks are notification hooks: the grid has already resolved the target cell, and applications may perform normal dataset or UI actions without returning a decision to the gesture pipeline.
Implementation
typedef FdcGridCellPointerEvent =
void Function(FdcGridCellPointerContext context);