FormFactorOrientationLocks constructor

const FormFactorOrientationLocks({
  1. bool webPortrait = true,
  2. bool webLandscape = false,
})

Creates an instance of FormFactorOrientationLocks.

Implementation

const FormFactorOrientationLocks({
  this.webPortrait = true,
  this.webLandscape = false,
});