SmoothHtmlWidget constructor Null safety

const SmoothHtmlWidget(
  1. String htmlString,
  2. {dynamic textStyle}
)

Implementation

const SmoothHtmlWidget(this.htmlString, {this.textStyle});