focused property

int focused
final

Index of the currently focused/selected tab.

Type: int. Zero-based index of the active tab. The focused tab receives special visual styling and its content is typically displayed.

Implementation

final int focused;