PlutoGridOnRowSecondaryTapEvent constructor

const PlutoGridOnRowSecondaryTapEvent({
  1. required PlutoRow row,
  2. required int rowIdx,
  3. required PlutoCell cell,
  4. required Offset offset,
})

Implementation

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