currentSelectingPosition property

  1. @override
PlutoGridCellPosition? currentSelectingPosition
inherited

Current position of multi-select cell. Calculate the currently selected cell and its multi-selection range.

Implementation

@override
PlutoGridCellPosition? get currentSelectingPosition =>
    _state._currentSelectingPosition;