SunmiStyle constructor

SunmiStyle({
  1. SunmiFontSize? fontSize,
  2. SunmiPrintAlign? align,
  3. bool? bold,
})

Implementation

SunmiStyle({this.fontSize, this.align, this.bold});