currentTab property

TabEntry get currentTab

Returns the current tab of the page.

Implementation

TabEntry get currentTab => hasTabs ? tabs[tabIndex] : tabs.first;