setRowChecked abstract method

void setRowChecked(
  1. PlutoRow row,
  2. bool flag, {
  3. bool notify = true,
})
inherited

Implementation

void setRowChecked(
  PlutoRow row,
  bool flag, {
  bool notify = true,
});