isLastTab property

bool get isLastTab

Whether the parent TabView is at the last tab.

Implementation

bool get isLastTab => tabController.length == tabController.index + 1;