AdaptiveConstraints constructor

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

Implementation

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