ScreenOrientation.constructor constructor

ScreenOrientation.constructor({
  1. int angle = 1,
  2. String type = 'vertical',
})

Implementation

ScreenOrientation.constructor({this.angle = 1, this.type = 'vertical'})
    : super.internal();