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