menu
innerlibs
widgets\scaffold_builder.dart
PageEntry
hasTabs property
hasTabs
dark_mode
light_mode
hasTabs
property
bool
get
hasTabs
Whether the page has multiple tabs.
Implementation
bool get hasTabs => tabs.length > 1;
innerlibs
scaffold_builder
PageEntry
hasTabs property
PageEntry class