HtmlWidget constructor

HtmlWidget(
  1. {String? postContent,
  2. Color? color,
  3. String? title}
)

Implementation

HtmlWidget({this.postContent, this.color, this.title});