currentSelectingRows property

  1. @override
List<PlutoRow> currentSelectingRows
inherited

Rows of currently selected. Only valid in PlutoGridSelectingMode.row.

Implementation

@override
List<PlutoRow> get currentSelectingRows => _state._currentSelectingRows;