RawSpacings constructor

const RawSpacings(
  1. double xxxSmall,
  2. double xxSmall,
  3. double xSmall,
  4. double small,
  5. double medium,
  6. double large,
  7. double xLarge,
  8. double xxLarge,
  9. double xxxLarge,
)

Implementation

const RawSpacings(
  this.xxxSmall,
  this.xxSmall,
  this.xSmall,
  this.small,
  this.medium,
  this.large,
  this.xLarge,
  this.xxLarge,
  this.xxxLarge,
);