TypographyScheme constructor
const
TypographyScheme({
- List<
String> ? fontFamily, - Dim? fontSizeSm,
- Dim? fontSizeMd,
- Dim? fontSizeLg,
- Dim? fontSizeXl,
- Dim? fontSize2xl,
- Dim? fontSize3xl,
- Dim? fontSize4xl,
- Dim? fontSize5xl,
- Dim? fontSizeError,
- Dim? fontSizeHint,
- Dim? fontSizeLabel,
- Dim? fontSizeSectionHeader,
- int? fontWeightNormal,
- int? fontWeightMedium,
- int? fontWeightSemiBold,
- int? fontWeightBold,
- int? fontWeightSectionHeader,
Implementation
const TypographyScheme({
this.fontFamily,
this.fontSizeSm,
this.fontSizeMd,
this.fontSizeLg,
this.fontSizeXl,
this.fontSize2xl,
this.fontSize3xl,
this.fontSize4xl,
this.fontSize5xl,
this.fontSizeError,
this.fontSizeHint,
this.fontSizeLabel,
this.fontSizeSectionHeader,
this.fontWeightNormal,
this.fontWeightMedium,
this.fontWeightSemiBold,
this.fontWeightBold,
this.fontWeightSectionHeader,
});