menu
sst_base package
documentation
ui/sst_app.dart
SstApp
SstApp.new const constructor
SstApp.new const constructor
dark_mode
light_mode
SstApp
constructor
const
SstApp
(
{
Key
?
key
,
required
AppTheme
theme
,
required
Route
splashScreenRoute
,
ThemeData
?
themeData
,
})
Implementation
const SstApp({super.key, required this.theme, required this.splashScreenRoute, this.themeData});
sst_base package
documentation
ui/sst_app
SstApp
SstApp.new const constructor
SstApp class