Dimension constructor

Dimension(
  1. double mobileSmall,
  2. double mobileMedium,
  3. double mobileLarge,
  4. double tablet,
  5. double laptop,
  6. double laptopLarge,
  7. double fourK,
  8. Map<String, dynamic> textMobileSmall,
  9. Map<String, dynamic> textMobileMedium,
  10. Map<String, dynamic> textMobileLarge,
  11. Map<String, dynamic> textTablet,
  12. Map<String, dynamic> textLaptop,
  13. Map<String, dynamic> textLaptopLarge,
  14. Map<String, dynamic> textFourK,
)

Implementation

Dimension(
    this.mobileSmall,
    this.mobileMedium,
    this.mobileLarge,
    this.tablet,
    this.laptop,
    this.laptopLarge,
    this.fourK,
    this.textMobileSmall,
    this.textMobileMedium,
    this.textMobileLarge,
    this.textTablet,
    this.textLaptop,
    this.textLaptopLarge,
    this.textFourK);