cursorOverride property
Observable cursor override for exclusive operations like resizing.
When non-null, this cursor takes precedence over all other cursor derivation logic. Used during resize operations to lock the cursor to the active resize handle cursor regardless of what the mouse hovers over.
Implementation
final Observable<MouseCursor?> cursorOverride = Observable<MouseCursor?>(
null,
);