HtmlTextHandle constructor
const
HtmlTextHandle({})
Implementation
const HtmlTextHandle({
Key? key,
required this.data,
this.baseFontSize = 12.0, // Changed default to 12.0
this.defaultTextColor = Colors.black87,
}) : super(key: key);