HtmlRenderer constructor

const HtmlRenderer({
  1. Key? key,
  2. required String html,
  3. TextStyle? style,
  4. TextAlign? textAlign,
  5. EdgeInsets? padding,
})

Implementation

const HtmlRenderer({super.key, required this.html, this.style, this.textAlign, this.padding});