TypographyData constructor

const TypographyData({
  1. double? headlineLarge,
  2. double? headlineMedium,
  3. double? headlineSmall,
  4. double? titleLarge,
  5. double? titleMedium,
  6. double? titleSmall,
  7. double? bodyLarge,
  8. double? bodyMedium,
  9. double? bodySmall,
  10. double? labelLarge,
  11. double? labelMedium,
  12. double? labelSmall,
})

Implementation

const TypographyData({
  this.headlineLarge,
  this.headlineMedium,
  this.headlineSmall,
  this.titleLarge,
  this.titleMedium,
  this.titleSmall,
  this.bodyLarge,
  this.bodyMedium,
  this.bodySmall,
  this.labelLarge,
  this.labelMedium,
  this.labelSmall,
});