AtomicTypographyTheme constructor
const
AtomicTypographyTheme({
- TextStyle displayLarge = AtomicTypography.displayLarge,
- TextStyle displayMedium = AtomicTypography.displayMedium,
- TextStyle displaySmall = AtomicTypography.displaySmall,
- TextStyle headlineLarge = AtomicTypography.headlineLarge,
- TextStyle headlineMedium = AtomicTypography.headlineMedium,
- TextStyle headlineSmall = AtomicTypography.headlineSmall,
- TextStyle titleLarge = AtomicTypography.titleLarge,
- TextStyle titleMedium = AtomicTypography.titleMedium,
- TextStyle titleSmall = AtomicTypography.titleSmall,
- TextStyle bodyLarge = AtomicTypography.bodyLarge,
- TextStyle bodyMedium = AtomicTypography.bodyMedium,
- TextStyle bodySmall = AtomicTypography.bodySmall,
- TextStyle labelLarge = AtomicTypography.labelLarge,
- TextStyle labelMedium = AtomicTypography.labelMedium,
- 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,
});