MarkdownViewer constructor

const MarkdownViewer(
  1. String mdText, {
  2. Key? key,
  3. Color? textColor = Colors.black,
  4. double fontSize = 16,
  5. String? fontFamily = "Roboto",
  6. String? fontPackage = "tiki_sdk_flutter",
})

Implementation

const MarkdownViewer(this.mdText,
    {super.key,
    this.textColor = Colors.black,
    this.fontSize = 16,
    this.fontFamily = "Roboto",
    this.fontPackage = "tiki_sdk_flutter"});