AdaptiveConstraints.xsmall constructor

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

Implementation

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