MaterialAppState constructor
const
MaterialAppState({
- required Locale locale,
- required Brightness brightness,
Creates a MaterialAppState.
Implementation
const MaterialAppState({
required this.locale,
required this.brightness,
});