ThemeModeInstance constructor
const
ThemeModeInstance({
- required String name,
Creates a new instance of ThemeModeInstance
Implementation
const ThemeModeInstance({
required this.name,
});
Creates a new instance of ThemeModeInstance
const ThemeModeInstance({
required this.name,
});