currentIndex property Null safety

int currentIndex
final

The index into items of the current active item.

Must not be null and must inclusively be between 0 and the number of tabs minus 1.

Implementation

final int currentIndex;