ZefyrThemeData class

Constructors

ZefyrThemeData({required TextStyle bold, required TextStyle italic, required TextStyle underline, required TextStyle strikethrough, required TextStyle link, required TextBlockTheme paragraph, required TextBlockTheme heading1, required TextBlockTheme heading2, required TextBlockTheme heading3, required TextBlockTheme lists, required TextBlockTheme quote, required TextBlockTheme code})
ZefyrThemeData.fallback(BuildContext context)
factory

Properties

bold TextStyle
Style of bold text.
final
code TextBlockTheme
Style theme for code blocks.
final
hashCode int
The hash code for this object.
no setterinherited
heading1 TextBlockTheme
Style theme for level 1 headings.
final
heading2 TextBlockTheme
Style theme for level 2 headings.
final
heading3 TextBlockTheme
Style theme for level 3 headings.
final
italic TextStyle
Style of italic text.
final
Style of links in text.
final
lists TextBlockTheme
Style theme for bullet and number lists.
final
paragraph TextBlockTheme
Default style theme for regular paragraphs of text.
final
quote TextBlockTheme
Style theme for quote blocks.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strikethrough TextStyle
Style of strikethrough text.
final
underline TextStyle
Style of underline text.
final

Methods

copyWith({TextStyle? bold, TextStyle? italic, TextStyle? underline, TextStyle? strikethrough, TextStyle? link, TextBlockTheme? paragraph, TextBlockTheme? heading1, TextBlockTheme? heading2, TextBlockTheme? heading3, TextBlockTheme? lists, TextBlockTheme? quote, TextBlockTheme? code}) ZefyrThemeData
merge(ZefyrThemeData other) ZefyrThemeData
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