clearCurrentSelecting method

  1. @override
void clearCurrentSelecting({
  1. bool notify = true,
})
inherited

Resets currently selected rows and cells.

Implementation

@override
void clearCurrentSelecting({bool notify = true}) {
  _clearCurrentSelectingPosition(notify: false);

  _clearCurrentSelectingRows(notify: false);

  notifyListeners(notify, clearCurrentSelecting.hashCode);
}