Style constructor
Style({})
Implementation
Style({
this.fontFamily,
this.fontPostScriptName,
this.fontWeight,
this.textAutoResize,
this.fontSize,
this.textAlignHorizontal,
this.textAlignVertical,
this.letterSpacing,
this.lineHeightPx,
this.lineHeightPercent,
this.lineHeightUnit,
});