MarkdownStyle class

Constructors

MarkdownStyle({TextStyle? textStyle, TextStyle? headline1, TextStyle? headline2, TextStyle? headline3, TextStyle? headline4, TextStyle? headline5, TextStyle? headline6, EdgeInsets? h1Padding = const EdgeInsets.only(bottom: 12), EdgeInsets? h2Padding = const EdgeInsets.only(bottom: 9), EdgeInsets? h3Padding = const EdgeInsets.only(bottom: 6), EdgeInsets? h4Padding = const EdgeInsets.only(bottom: 4), EdgeInsets? h5Padding = const EdgeInsets.only(bottom: 3), EdgeInsets? h6Padding = const EdgeInsets.only(bottom: 3), TextStyle? paragraph, EdgeInsets? paragraphPadding = const EdgeInsets.only(bottom: 12.0), TextStyle? blockquote, BoxDecoration? blockquoteDecoration, EdgeInsets? blockquotePadding, EdgeInsets? blockquoteContentPadding, BoxDecoration? footnoteReferenceDecoration, EdgeInsets? footnoteReferencePadding, Color? dividerColor, double? dividerHeight, double? dividerThickness, TextStyle? emphasis, TextStyle? strongEmphasis, TextStyle? highlight, TextStyle? strikethrough, TextStyle? subscript, TextStyle? superscript, TextStyle? kbd, TextStyle? footnote, TextStyle? footnoteReference, TextStyle? link, TextStyle? codeSpan, TextStyle? list, TextStyle? listItem, TextStyle? listItemMarker, double? listItemMarkerTrailingSpace, double? listItemMinIndent, TextStyle? checkbox, TextStyle? table, TextStyle? tableHead, TextStyle? tableBody, TableBorder? tableBorder, BoxDecoration? tableRowDecoration, MarkdownAlternating? tableRowDecorationAlternating, EdgeInsets? tableCellPadding, TableColumnWidth? tableColumnWidth, TextStyle? codeBlock, EdgeInsets? codeblockPadding, BoxDecoration? codeblockDecoration, double blockSpacing = 8.0, Color? copyIconColor})
const

Properties

blockquote TextStyle?
final
blockquoteContentPadding EdgeInsets?
final
blockquoteDecoration BoxDecoration?
final
blockquotePadding EdgeInsets?
final
blockSpacing double
The vertical space between two block elements.
final
checkbox TextStyle?
final
codeBlock TextStyle?
final
codeblockDecoration BoxDecoration?
final
codeblockPadding EdgeInsets?
final
codeSpan TextStyle?
final
copyIconColor Color?
final
dividerColor Color?
final
dividerHeight double?
final
dividerThickness double?
final
emphasis TextStyle?
final
footnote TextStyle?
final
footnoteReference TextStyle?
final
footnoteReferenceDecoration BoxDecoration?
final
footnoteReferencePadding EdgeInsets?
final
h1Padding EdgeInsets?
final
h2Padding EdgeInsets?
final
h3Padding EdgeInsets?
final
h4Padding EdgeInsets?
final
h5Padding EdgeInsets?
final
h6Padding EdgeInsets?
final
hashCode int
The hash code for this object.
no setterinherited
headline1 TextStyle?
final
headline2 TextStyle?
final
headline3 TextStyle?
final
headline4 TextStyle?
final
headline5 TextStyle?
final
headline6 TextStyle?
final
highlight TextStyle?
final
kbd TextStyle?
final
final
list TextStyle?
final
listItem TextStyle?
final
listItemMarker TextStyle?
final
listItemMarkerTrailingSpace double?
final
listItemMinIndent double?
final
paragraph TextStyle?
final
paragraphPadding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strikethrough TextStyle?
final
strongEmphasis TextStyle?
final
subscript TextStyle?
final
superscript TextStyle?
final
table TextStyle?
final
tableBody TextStyle?
final
tableBorder TableBorder?
final
tableCellPadding EdgeInsets?
final
tableColumnWidth TableColumnWidth?
final
tableHead TextStyle?
final
tableRowDecoration BoxDecoration?
final
tableRowDecorationAlternating MarkdownAlternating?
final
textStyle TextStyle?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited