EnrollTypography constructor

const EnrollTypography({
  1. String? fontFamily,
  2. bool dynamicTypeEnabled = true,
  3. EnrollFontSizes sizes = EnrollFontSizes.defaultSize,
  4. EnrollLocalizationOverrides? localizationOverrides,
})

Implementation

const EnrollTypography({
  this.fontFamily,
  this.dynamicTypeEnabled = true,
  this.sizes = EnrollFontSizes.defaultSize,
  this.localizationOverrides,
});