menu
scouting_app_2024
parts\views\theme_chooser.dart
ThemeChooserView
ThemeChooserView const constructor
ThemeChooserView
brightness_4
brightness_5
ThemeChooserView
constructor
const
ThemeChooserView
(
{
Key
?
key
,
required
List
<
AppTheme
>
appThemes
}
)
Implementation
const ThemeChooserView({super.key, required this.appThemes});
scouting_app_2024
theme_chooser
ThemeChooserView
ThemeChooserView const constructor
ThemeChooserView class