Theme class
Constructors
- Theme({required String lineColor, required String highlightColor, required String backgroundColor, required String activeTransitionColor, required String passiveTransitionColor, required String machineStyleStopped, required String machineStyleStarted, required String activeStateColor, required String passiveStateColor, required String connectorStyle})
- Theme.dark()
-
factory
- Theme.light()
-
factory
Properties
- activeStateColor ↔ String
-
getter/setter pair
- activeTransitionColor ↔ String
-
getter/setter pair
- backgroundColor ↔ String
-
getter/setter pair
- connectorStyle ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightColor ↔ String
-
getter/setter pair
- lineColor ↔ String
-
getter/setter pair
- machineStyleStarted ↔ String
-
getter/setter pair
- machineStyleStopped ↔ String
-
getter/setter pair
- passiveStateColor ↔ String
-
getter/setter pair
- passiveTransitionColor ↔ String
-
getter/setter pair
- 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