WBTextFormat constructor

WBTextFormat({
  1. WBFontStyle? style = WBFontStyle.Normal,
  2. int? size = 12,
})

Constructs a WBTextFormat

Implementation

WBTextFormat({this.style = WBFontStyle.Normal, this.size = 12});