anchorCellId property
String?
get
anchorCellId
The anchor cell (first in path), or null if no cells are focused.
Implementation
String? get anchorCellId => focusedCells.isEmpty ? null : focusedCells.first;