cachedSelectionKey property

String? cachedSelectionKey
getter/setter pair

Cached resolved selection keyed by cursor state. Populated by resolveSelectionFromCursor in handler_helpers.dart so multiple widgets (toolbar, font selector, font size selector) reuse the same ResolvedSelection instead of re-resolving O(n) each time.

Implementation

String? cachedSelectionKey;