Style used for rendering markdown formatted text using the MarkdownBody widget.

Implemented by

Constructors

MarkdownStyleRaw({TextStyle a, TextStyle p, TextStyle code, TextStyle h1, TextStyle h2, TextStyle h3, TextStyle h4, TextStyle h5, TextStyle h6, TextStyle em, TextStyle strong, TextStyle blockquote, double blockSpacing, double listIndent, double blockquotePadding, BoxDecoration blockquoteDecoration, double codeblockPadding, BoxDecoration codeblockDecoration })

Creates a new MarkdownStyleRaw

Properties

a TextStyle

read-only
blockquote TextStyle

read-only
blockquoteDecoration BoxDecoration

read-only
blockquotePadding double

read-only
blockSpacing double

read-only
code TextStyle

read-only
codeblockDecoration BoxDecoration

read-only
codeblockPadding double

read-only
em TextStyle

read-only
h1 TextStyle

read-only
h2 TextStyle

read-only
h3 TextStyle

read-only
h4 TextStyle

read-only
h5 TextStyle

read-only
h6 TextStyle

read-only
listIndent double

read-only
p TextStyle

read-only
strong TextStyle

read-only
styles Map<String, TextStyle>

read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

copyWith({TextStyle a, TextStyle p, TextStyle code, TextStyle h1, TextStyle h2, TextStyle h3, TextStyle h4, TextStyle h5, TextStyle h6, TextStyle em, TextStyle strong, TextStyle blockquote, double blockSpacing, double listIndent, double blockquotePadding, BoxDecoration blockquoteDecoration, double codeblockPadding, BoxDecoration codeblockDecoration }) MarkdownStyleRaw

Creates a new MarkdownStyleRaw based on the current style, with the provided parameters overridden.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited