SunmiStyle constructor
SunmiStyle({
- double? fontSize = 16,
- SunmiPrintAlign? align = SunmiPrintAlign.LEFT,
- bool? bold = false,
- bool? isUnderLine = false,
Implementation
SunmiStyle({this.fontSize=16, this.align=SunmiPrintAlign.LEFT, this.bold=false,this.isUnderLine=false});