initialIndex property

int initialIndex
final

The initial tab that is selected.

Contract

Throws AssertionError if:

  • initialIndex is not within the range '0 <= initialIndex < tabs.length`.

Implementation

final int initialIndex;