PlutoGridCellGestureEvent constructor

PlutoGridCellGestureEvent({
  1. required PlutoGridGestureType gestureType,
  2. required Offset offset,
  3. required PlutoCell cell,
  4. required PlutoColumn column,
  5. required int rowIdx,
})

Implementation

PlutoGridCellGestureEvent({
  required this.gestureType,
  required this.offset,
  required this.cell,
  required this.column,
  required this.rowIdx,
});