PlutoGridOnSelectedEvent constructor

const PlutoGridOnSelectedEvent({
  1. PlutoRow? row,
  2. int? rowIdx,
  3. PlutoCell? cell,
  4. List<PlutoRow>? selectedRows,
})

Implementation

const PlutoGridOnSelectedEvent({
  this.row,
  this.rowIdx,
  this.cell,
  this.selectedRows,
});