MarkdownEditorThemeData constructor
const
MarkdownEditorThemeData({
- Decoration? decoration,
- Decoration? sourceDecoration,
- Decoration? previewDecoration,
- TextStyle? sourceTextStyle,
- Color? toolbarColor,
- Color? toolbarIconColor,
- Color? toolbarActiveIconColor,
- Color? toolbarActiveBackgroundColor,
- Color? dividerColor,
- Color? searchBarColor,
- Color? suggestionPanelColor,
- Color? suggestionSelectedBackgroundColor,
- Color? selectionColor,
- Color? dropTargetColor,
- Color? dropTargetBorderColor,
- Color? blockBorderColor,
- Color? blockHeaderColor,
- TextStyle? blockHeaderTextStyle,
- Color? tableBorderColor,
- Color? tableHeaderColor,
- Color? tableSelectionColor,
- Color? tableActiveBorderColor,
- double? editorBorderRadius,
- double? toolbarButtonRadius,
- double? blockBorderRadius,
- EdgeInsetsGeometry? contentPadding,
- EdgeInsetsGeometry? sourcePadding,
- EdgeInsetsGeometry? previewPadding,
- EdgeInsetsGeometry? blockPadding,
- 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,
});