MarkdownEditorThemeData constructor

const MarkdownEditorThemeData({
  1. Decoration? decoration,
  2. Decoration? sourceDecoration,
  3. Decoration? previewDecoration,
  4. TextStyle? sourceTextStyle,
  5. Color? toolbarColor,
  6. Color? toolbarIconColor,
  7. Color? toolbarActiveIconColor,
  8. Color? toolbarActiveBackgroundColor,
  9. Color? dividerColor,
  10. Color? searchBarColor,
  11. Color? suggestionPanelColor,
  12. Color? suggestionSelectedBackgroundColor,
  13. Color? selectionColor,
  14. Color? dropTargetColor,
  15. Color? dropTargetBorderColor,
  16. Color? blockBorderColor,
  17. Color? blockHeaderColor,
  18. TextStyle? blockHeaderTextStyle,
  19. Color? tableBorderColor,
  20. Color? tableHeaderColor,
  21. Color? tableSelectionColor,
  22. Color? tableActiveBorderColor,
  23. double? editorBorderRadius,
  24. double? toolbarButtonRadius,
  25. double? blockBorderRadius,
  26. EdgeInsetsGeometry? contentPadding,
  27. EdgeInsetsGeometry? sourcePadding,
  28. EdgeInsetsGeometry? previewPadding,
  29. EdgeInsetsGeometry? blockPadding,
  30. EdgeInsetsGeometry? tablePadding,
})

Creates editor-specific visual styling.

Implementation

const MarkdownEditorThemeData({
  this.decoration,
  this.sourceDecoration,
  this.previewDecoration,
  this.sourceTextStyle,
  this.toolbarColor,
  this.toolbarIconColor,
  this.toolbarActiveIconColor,
  this.toolbarActiveBackgroundColor,
  this.dividerColor,
  this.searchBarColor,
  this.suggestionPanelColor,
  this.suggestionSelectedBackgroundColor,
  this.selectionColor,
  this.dropTargetColor,
  this.dropTargetBorderColor,
  this.blockBorderColor,
  this.blockHeaderColor,
  this.blockHeaderTextStyle,
  this.tableBorderColor,
  this.tableHeaderColor,
  this.tableSelectionColor,
  this.tableActiveBorderColor,
  this.editorBorderRadius,
  this.toolbarButtonRadius,
  this.blockBorderRadius,
  this.contentPadding,
  this.sourcePadding,
  this.previewPadding,
  this.blockPadding,
  this.tablePadding,
});