UITextHtmlThemeData constructor

const UITextHtmlThemeData({
  1. TextStyle? pStyle,
  2. TextStyle? strongStyle,
})

Implementation

const UITextHtmlThemeData({
  this.pStyle,
  this.strongStyle,
});