isFirstTab property

bool get isFirstTab

Whether the parent TabView is at the first tab.

Implementation

bool get isFirstTab => tabController.index == 0;