isSingleTab property

bool get isSingleTab

Whether the page has a single tab.

Implementation

bool get isSingleTab => tabs.length == 1;