HtmlTextHandle constructor
const
HtmlTextHandle({})
Implementation
const HtmlTextHandle({
Key? key,
required this.data,
this.fontSize = 12.0,
this.textColor = Colors.black,
this.lineSpacing = 8.0,
}) : super(key: key);