isFirstTab property
bool
get
isFirstTab
Whether the parent TabView is at the first tab.
Implementation
bool get isFirstTab => tabController.index == 0;
Whether the parent TabView is at the first tab.
bool get isFirstTab => tabController.index == 0;