AdvancedTextHandler constructor
const
AdvancedTextHandler({})
Implementation
const AdvancedTextHandler({
Key? key,
required this.data,
this.fontSize = 13.0,
this.textColor = Colors.black,
this.linkColor = Colors.blue,
this.headingColor = Colors.black,
this.lineSpacing = 8.0,
this.isHtml = false,
}) : super(key: key);