ScreenOrientation constructor

ScreenOrientation({
  1. required ScreenOrientationType type,
  2. required int angle,
})

Implementation

ScreenOrientation({required this.type, required this.angle});