currentTab property
TabEntry
get
currentTab
Returns the current tab of the page.
Implementation
TabEntry get currentTab => hasTabs ? tabs[tabIndex] : tabs.first;
Returns the current tab of the page.
TabEntry get currentTab => hasTabs ? tabs[tabIndex] : tabs.first;