moveRowsByIndex abstract method

void moveRowsByIndex(
  1. List<PlutoRow> rows,
  2. int index, {
  3. bool notify = true,
})
inherited

Implementation

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