menu
a1exs_ws_package package
documentation
widgets/app_screen.dart
AppScreen
AppScreen.new const constructor
AppScreen.new const constructor
dark_mode
light_mode
AppScreen
constructor
const
AppScreen
(
{
required
Widget
child
,
required
String
title
,
bool
showBack
=
true
,
Key
?
key
,
})
Implementation
const AppScreen({ required this.child, required this.title, this.showBack = true, super.key, });
a1exs_ws_package package
documentation
widgets/app_screen
AppScreen
AppScreen.new const constructor
AppScreen class