tabIndex property
int
get
tabIndex
Returns the current tab index.
Implementation
int get tabIndex => hasTabs ? tabController?.index ?? 0 : 0;
Returns the current tab index.
int get tabIndex => hasTabs ? tabController?.index ?? 0 : 0;