MarkdownGeneralFrameworkWidget constructor
const
MarkdownGeneralFrameworkWidget({
- Key? key,
- required String data,
- TocControllerGeneralFrameworkWidget? tocController,
- ScrollPhysics? physics,
- bool shrinkWrap = false,
- bool selectable = true,
- EdgeInsetsGeometry? padding,
- MarkdownConfigGeneralFramework? config,
- MarkdownGeneralFrameworkGenerator? markdownGenerator,
UncompleteDocumentation
Implementation
const MarkdownGeneralFrameworkWidget({
super.key,
required this.data,
this.tocController,
this.physics,
this.shrinkWrap = false,
this.selectable = true,
this.padding,
this.config,
this.markdownGenerator,
});