SunmiStyle constructor Null safety

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

Implementation

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