setDragTargetRowIdx abstract method

void setDragTargetRowIdx(
  1. int rowIdx, {
  2. bool notify = true,
})
inherited

Implementation

void setDragTargetRowIdx(
  int rowIdx, {
  bool notify = true,
});