GertecText constructor
GertecText({})
Implementation
GertecText({
required this.text,
this.fontSize = FontSize.NORMAL,
this.algin = PrintAlign.LEFT,
this.bold,
this.underline,
this.wordwrap,
this.lineHeight,
this.letterSpacing,
this.marginLeft,
});