Theme class

Can be used for passing allowed strings to Config.theme.

Constructors

Theme()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

Base String
Designed to modified, as the name implies it is supposed to be used as the base for making custom themes.
getter/setter pair
Dark String
A theme that would go well with other dark colored elements.
getter/setter pair
Default String
The default theme for all diagrams.
getter/setter pair
Forest String
A theme full of light greens that is easy on the eyes.
getter/setter pair
Neutral String
The theme to be used for black and white printing
getter/setter pair