activeCellId property

String? get activeCellId

The active/cursor cell (last in path), or null if no cells are focused.

Implementation

String? get activeCellId => focusedCells.isEmpty ? null : focusedCells.last;