componentInstances property
All interactive components registered for focus and hover tracking.
Components in this list may receive focus or hover state changes, and are indexed by currentComponentIndex.
Implementation
final List<InteractableComponentInstance> componentInstances = [];