CiontekPrintLine constructor
CiontekPrintLine({})
Implementation
CiontekPrintLine({
required this.text,
this.textGray = TextGray.medium,
this.bold = false,
this.increaseFontSize = false,
this.reverse = false,
this.underline = false,
});