HtmlTagStyle class

Constructors

HtmlTagStyle({TextStyle? boldStyle, TextStyle? italicStyle, TextStyle? h1Style, TextStyle? h2Style, TextStyle? h3Style, Alignment imageAlignment = Alignment.center, TextStyle? h4Style, TextStyle? h5Style, TextStyle? h6Style, TextStyle? strikeThrough, TextStyle? paragraphStyle, TextStyle? codeStyle, TextStyle? headingStyle, TextStyle? listIndexStyle, TextStyle? linkStyle, PdfColor? quoteBarColor, PdfColor? bulletListIconColor})
const

Properties

boldStyle TextStyle?
final
bulletListIconColor PdfColor?
final
codeStyle TextStyle?
final
h1Style TextStyle?
final
h2Style TextStyle?
final
h3Style TextStyle?
final
h4Style TextStyle?
final
h5Style TextStyle?
final
h6Style TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
headingStyle TextStyle?
final
imageAlignment Alignment
final
italicStyle TextStyle?
final
linkStyle TextStyle?
final
listIndexStyle TextStyle?
final
paragraphStyle TextStyle?
final
quoteBarColor PdfColor?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strikeThrough 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