MaterialAppState constructor

const MaterialAppState({
  1. required Locale locale,
  2. required Brightness brightness,
})

Creates a MaterialAppState.

Implementation

const MaterialAppState({
  required this.locale,
  required this.brightness,
});