ScreenSizeSettings.landscape constructor

const ScreenSizeSettings.landscape({
  1. double watch = 220,
  2. double smallMobile = 600,
  3. double mediumMobile = 720,
  4. double largeMobile = 960,
  5. double smallTablet = 1024,
  6. double largeTablet = 1280,
})

Creates screen size settings for landscape orientation

Implementation

const ScreenSizeSettings.landscape({
  this.watch = 220,
  this.smallMobile = 600,
  this.mediumMobile = 720,
  this.largeMobile = 960,
  this.smallTablet = 1024,
  this.largeTablet = 1280,
});