menu
stash_app_flutter
features/navigation/presentation/shell_page.dart
ShellPage
ShellPage.new const constructor
ShellPage.new
dark_mode
light_mode
ShellPage
constructor
const
ShellPage
(
{
required
StatefulNavigationShell
navigationShell
,
Key
?
key
,
})
Implementation
const ShellPage({required this.navigationShell, super.key});
stash_app_flutter
shell_page
ShellPage
ShellPage.new const constructor
ShellPage class