Dimension constructor

Dimension(
  1. double mobileSmall,
  2. double mobileMedium,
  3. double mobileLarge,
  4. double tablet,
  5. double laptop,
  6. double laptopLarge,
  7. double fourK,
)

Implementation

Dimension(
  this.mobileSmall,
  this.mobileMedium,
  this.mobileLarge,
  this.tablet,
  this.laptop,
  this.laptopLarge,
  this.fourK,
);