setDragRows abstract method

void setDragRows(
  1. List<PlutoRow> rows, {
  2. bool notify = true,
})
inherited

Implementation

void setDragRows(
  List<PlutoRow> rows, {
  bool notify = true,
});