setDragRows method

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

Implementation

@override
void setDragRows(
  List<PlutoRow> rows, {
  bool notify = true,
}) {
  _state._dragRows = rows;

  notifyListeners(notify, setDragRows.hashCode);
}