PlutoGridOnRowDoubleTapEvent constructor

const PlutoGridOnRowDoubleTapEvent({
  1. required PlutoRow row,
  2. required int rowIdx,
  3. required PlutoCell cell,
})

Implementation

const PlutoGridOnRowDoubleTapEvent({
  required this.row,
  required this.rowIdx,
  required this.cell,
});