MarkdownThemeData constructor
const
MarkdownThemeData({
- TextStyle? h1Style,
- TextStyle? h2Style,
- TextStyle? h3Style,
- TextStyle? h4Style,
- TextStyle? h5Style,
- TextStyle? h6Style,
- TextStyle? pStyle,
- TextStyle? codeStyle,
- TextStyle? blockquoteStyle,
- TextStyle? linkStyle,
- TextStyle? strongStyle,
- TextStyle? emStyle,
- Color? backgroundColor,
- Color? foregroundColor,
- Color? accentColor,
- Color? borderColor,
Implementation
const MarkdownThemeData({
this.h1Style,
this.h2Style,
this.h3Style,
this.h4Style,
this.h5Style,
this.h6Style,
this.pStyle,
this.codeStyle,
this.blockquoteStyle,
this.linkStyle,
this.strongStyle,
this.emStyle,
this.backgroundColor,
this.foregroundColor,
this.accentColor,
this.borderColor,
});