ApperoTypography constructor
const
ApperoTypography({
- double titleLargeFontSize = 22.0,
- FontWeight titleLargeFontWeight = FontWeight.bold,
- double bodyMediumFontSize = 16.0,
- FontWeight bodyMediumFontWeight = FontWeight.normal,
- double labelLargeFontSize = 16.0,
- FontWeight labelLargeFontWeight = FontWeight.w500,
- double bodySmallFontSize = 14.0,
- FontWeight bodySmallFontWeight = FontWeight.normal,
- String? fontFamily,
Implementation
const ApperoTypography({
this.titleLargeFontSize = 22.0,
this.titleLargeFontWeight = FontWeight.bold,
this.bodyMediumFontSize = 16.0,
this.bodyMediumFontWeight = FontWeight.normal,
this.labelLargeFontSize = 16.0,
this.labelLargeFontWeight = FontWeight.w500,
this.bodySmallFontSize = 14.0,
this.bodySmallFontWeight = FontWeight.normal,
this.fontFamily,
});