ScreenOrientation constructor
ScreenOrientation({
- required ScreenOrientationType type,
- required int angle,
Implementation
ScreenOrientation({required this.type, required this.angle});