PosSizeModel constructor

PosSizeModel({
  1. double? widthPortrait,
  2. WidthTypePortrait? widthTypePortrait,
  3. double? widthLandscape,
  4. WidthTypeLandscape? widthTypeLandscape,
  5. double? heightPortrait,
  6. HeightTypePortrait? heightTypePortrait,
  7. double? heightLandscape,
  8. HeightTypeLandscape? heightTypeLandscape,
  9. PortraitFitType? fitPortrait,
  10. LandscapeFitType? fitLandscape,
  11. PortraitAlignType? alignTypePortrait,
  12. LandscapeAlignType? alignTypeLandscape,
  13. ClipType? clip,
})

Implementation

PosSizeModel({
  this.widthPortrait,
  this.widthTypePortrait,
  this.widthLandscape,
  this.widthTypeLandscape,
  this.heightPortrait,
  this.heightTypePortrait,
  this.heightLandscape,
  this.heightTypeLandscape,
  this.fitPortrait,
  this.fitLandscape,
  this.alignTypePortrait,
  this.alignTypeLandscape,
  this.clip,
});