createBranches method
- AppAttributes appAttributes
inherited
Implementation
List<StatefulShellBranch> createBranches(AppAttributes appAttributes) {
List<(Widget, StatefulBranchInfoProvider)> allPagesWithConfigs =
getAllPagesWithConfigs(appAttributes);
return createStatefulShellBranches(appAttributes, allPagesWithConfigs);
}