menu
innerlibs
widgets\scaffold_builder.dart
PageTabController
historyPages property
historyPages
dark_mode
light_mode
historyPages
property
Iterable
<
PageEntry
>
get
historyPages
Returns the history pages.
Implementation
Iterable<PageEntry> get historyPages => history.map((x) => pages[x.$1]);
innerlibs
scaffold_builder
PageTabController
historyPages property
PageTabController class