EnrollTypography constructor
const
EnrollTypography({
- String? fontFamily,
- bool dynamicTypeEnabled = true,
- EnrollFontSizes sizes = EnrollFontSizes.defaultSize,
- EnrollLocalizationOverrides? localizationOverrides,
Implementation
const EnrollTypography({
this.fontFamily,
this.dynamicTypeEnabled = true,
this.sizes = EnrollFontSizes.defaultSize,
this.localizationOverrides,
});