menu
theme_tuner package
documentation
model/theme_model.dart
ThemeModel
ThemeModel.new const constructor
ThemeModel.new const constructor
dark_mode
light_mode
ThemeModel
constructor
const
ThemeModel
(
{
required
ThemeType
type
,
required
ThemeData
themeData
,
})
Implementation
const ThemeModel({required this.type, required this.themeData});
theme_tuner package
documentation
model/theme_model
ThemeModel
ThemeModel.new const constructor
ThemeModel class