currentComponentIndex property

int currentComponentIndex
getter/setter pair

Index of the currentComponent in componentInstances.

A value of -1 indicates that no component is currently focused.

Implementation

int currentComponentIndex = -1;