PlutoGridOnRowCheckedEvent constructor

const PlutoGridOnRowCheckedEvent({
  1. PlutoRow? row,
  2. int? rowIdx,
  3. bool? isChecked,
})

Implementation

const PlutoGridOnRowCheckedEvent({
  this.row,
  this.rowIdx,
  this.isChecked,
});