AdaptiveConstraints.xlarge constructor

const AdaptiveConstraints.xlarge({
  1. bool xsmall = false,
  2. bool small = false,
  3. bool medium = false,
  4. bool large = false,
  5. bool xlarge = true,
})

Implementation

const AdaptiveConstraints.xlarge({
  this.xsmall = false,
  this.small = false,
  this.medium = false,
  this.large = false,
  this.xlarge = true,
});