menu
tfn_design_system package
documentation
components/app_shell_scope.dart
AppShellScope
AppShellScope.new const constructor
AppShellScope.new const constructor
dark_mode
light_mode
AppShellScope
constructor
const
AppShellScope
(
{
Key
?
key
,
Widget
?
profileMenu
,
required
Widget
child
,
})
Implementation
const AppShellScope({super.key, this.profileMenu, required super.child});
tfn_design_system package
documentation
components/app_shell_scope
AppShellScope
AppShellScope.new const constructor
AppShellScope class