currentCellPosition property

  1. @override
PlutoGridCellPosition? currentCellPosition
inherited

The position index value of the currently selected cell.

Implementation

@override
PlutoGridCellPosition? get currentCellPosition => _state._currentCellPosition;