HtmlRenderer constructor
- Key? key,
- required String html,
- TextStyle? style,
- TextAlign? textAlign,
- EdgeInsets? padding,
Implementation
const HtmlRenderer({super.key, required this.html, this.style, this.textAlign, this.padding});
const HtmlRenderer({super.key, required this.html, this.style, this.textAlign, this.padding});