AdaptiveConstraints.small constructor

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

Implementation

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