TextPrint constructor
TextPrint({})
Implementation
TextPrint({
required String message,
this.alignment = TextAlignment.left,
this.fontSize = 16,
this.fontType = FontType.def,
this.bold = false,
this.underline = false,
this.italic = false,
}) : super(PrintType.text, message);