TextFormat constructor
TextFormat({})
Implementation
TextFormat({
this.textSize = 0,
this.textWidthRatio = 0,
this.textHeightRatio = 0,
this.textSpace = 0,
this.enUnderline = false,
this.enStrikethrough = false,
this.enItalics = false,
this.enInvert = false,
this.enAntiColor = false,
this.enBold = false,
this.customFont = '',
}) : super();