AdaptiveConstraints.large constructor

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

Implementation

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