isSingleTab property
bool
get
isSingleTab
Whether the page has a single tab.
Implementation
bool get isSingleTab => tabs.length == 1;
Whether the page has a single tab.
bool get isSingleTab => tabs.length == 1;