SunmiStyle constructor

SunmiStyle({
  1. double? fontSize = 16,
  2. SunmiPrintAlign? align = SunmiPrintAlign.LEFT,
  3. bool? bold = false,
  4. bool? isUnderLine = false,
})

Implementation

SunmiStyle({this.fontSize=16, this.align=SunmiPrintAlign.LEFT, this.bold=false,this.isUnderLine=false});