Configuration constructor
Configuration({
- required Size size,
- required double pixelRatio,
- required Orientation orientation,
- required String languageCode,
- required String? countryCode,
- required Brightness brightness,
- required PlatformType platform,
- required TextDirection direction,
Implementation
Configuration({
required this.size,
required this.pixelRatio,
required this.orientation,
required this.languageCode,
required this.countryCode,
required this.brightness,
required this.platform,
required this.direction,
});