ReadMoreHtml constructor

const ReadMoreHtml({
  1. Key? key,
  2. required String htmlData,
  3. Color? fontColor,
  4. bool isBold = false,
  5. double? fontSize = 10,
})

Implementation

const ReadMoreHtml({super.key, required this.htmlData, this.fontColor, this.isBold = false, this.fontSize = 10});