MarkdownWidget constructor
const
MarkdownWidget({
- Key? key,
- required String data,
- TocController? tocController,
- ScrollPhysics? physics,
- bool shrinkWrap = false,
- bool selectable = true,
- EdgeInsetsGeometry? padding,
- MarkdownConfig? config,
- MarkdownGenerator? markdownGenerator,
Implementation
const MarkdownWidget({
Key? key,
required this.data,
this.tocController,
this.physics,
this.shrinkWrap = false,
this.selectable = true,
this.padding,
this.config,
this.markdownGenerator,
}) : super(key: key);