menu
scouting_app_2024
parts\theme.dart
AvailableTheme
AvailableTheme constructor
AvailableTheme
brightness_4
brightness_5
AvailableTheme
constructor
AvailableTheme
(
String
properName
,
String
id
,
IconData
?
icon
,
String
author
,
[
bool
isDarkMode
=
true
]
)
Implementation
AvailableTheme(this.properName, this.id, this.icon, this.author, [this.isDarkMode = true]);
scouting_app_2024
theme
AvailableTheme
AvailableTheme constructor
AvailableTheme class