onHighlightChanged property
Called when the highlighted (selected) item changes due to keyboard navigation or mouse hover. Useful for live-preview scenarios like theme switching.
Implementation
final void Function(DialogSelectItem<T> item)? onHighlightChanged;