MarkdownGeneralFrameworkWidget constructor

const MarkdownGeneralFrameworkWidget({
  1. Key? key,
  2. required String data,
  3. TocControllerGeneralFrameworkWidget? tocController,
  4. ScrollPhysics? physics,
  5. bool shrinkWrap = false,
  6. bool selectable = true,
  7. EdgeInsetsGeometry? padding,
  8. MarkdownConfigGeneralFramework? config,
  9. 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,
});