AtomicTypographyTheme constructor

const AtomicTypographyTheme({
  1. TextStyle displayLarge = AtomicTypography.displayLarge,
  2. TextStyle displayMedium = AtomicTypography.displayMedium,
  3. TextStyle displaySmall = AtomicTypography.displaySmall,
  4. TextStyle headlineLarge = AtomicTypography.headlineLarge,
  5. TextStyle headlineMedium = AtomicTypography.headlineMedium,
  6. TextStyle headlineSmall = AtomicTypography.headlineSmall,
  7. TextStyle titleLarge = AtomicTypography.titleLarge,
  8. TextStyle titleMedium = AtomicTypography.titleMedium,
  9. TextStyle titleSmall = AtomicTypography.titleSmall,
  10. TextStyle bodyLarge = AtomicTypography.bodyLarge,
  11. TextStyle bodyMedium = AtomicTypography.bodyMedium,
  12. TextStyle bodySmall = AtomicTypography.bodySmall,
  13. TextStyle labelLarge = AtomicTypography.labelLarge,
  14. TextStyle labelMedium = AtomicTypography.labelMedium,
  15. TextStyle labelSmall = AtomicTypography.labelSmall,
})

Implementation

const AtomicTypographyTheme({
  this.displayLarge = AtomicTypography.displayLarge,
  this.displayMedium = AtomicTypography.displayMedium,
  this.displaySmall = AtomicTypography.displaySmall,
  this.headlineLarge = AtomicTypography.headlineLarge,
  this.headlineMedium = AtomicTypography.headlineMedium,
  this.headlineSmall = AtomicTypography.headlineSmall,
  this.titleLarge = AtomicTypography.titleLarge,
  this.titleMedium = AtomicTypography.titleMedium,
  this.titleSmall = AtomicTypography.titleSmall,
  this.bodyLarge = AtomicTypography.bodyLarge,
  this.bodyMedium = AtomicTypography.bodyMedium,
  this.bodySmall = AtomicTypography.bodySmall,
  this.labelLarge = AtomicTypography.labelLarge,
  this.labelMedium = AtomicTypography.labelMedium,
  this.labelSmall = AtomicTypography.labelSmall,
});