currentIndex property Null safety
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;
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.
final int currentIndex;