currentComponent property

InteractableComponentInstance? currentComponent
getter/setter pair

The component that currently has keyboard focus, if any.

null if no component is focused.

Implementation

InteractableComponentInstance? currentComponent;