CarpenterTypeConfig constructor
const
CarpenterTypeConfig({})
Создает настройку typography runtime.
Implementation
const CarpenterTypeConfig({
this.fontFamily,
this.fontFamilyFallback,
this.package,
this.secondaryFontFamily,
this.secondaryFontFamilyFallback,
this.secondaryPackage,
this.baseSize,
this.scaleRatio = 1.125,
this.tokens = const {},
});