TextFormat constructor
TextFormat({})
Implementation
TextFormat({
this.bold,
this.fontFamily,
this.fontSize,
this.foregroundColor,
this.foregroundColorStyle,
this.italic,
this.link,
this.strikethrough,
this.underline,
});