ThermostatTheme class

Constructors

ThermostatTheme.dark({Color glowColor = const Color(0xFF3F5BFA), Color tickColor = const Color(0xFFD5D9F0), Color thumbColor = const Color(0xFFF3F4FA), Color dividerColor = const Color(0xFF3F5BFA), Color? ringColor = null, Color turnOnColor = const Color(0xFF66f475)})
There is no icon so far.
ThermostatTheme.light({Color glowColor = const Color(0xFF637c7a), Color tickColor = const Color(0xFF637c7a), Color thumbColor = const Color(0xFF74b0ac), Color dividerColor = const Color(0xFF8a9d9b), Color? ringColor = null, Color turnOnColor = const Color(0xFF66f475)})

Properties

dividerColor Color
Little divider line in a top of the slider circle.
final
glowColor Color
Color of drop shadow under slider circle.
final
hashCode int
The hash code for this object.
no setterinherited
ringColor Color?
Color of the main ring.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thumbColor Color
Slider head user drag to change value.
final
tickColor Color
Ticks around slider circle.
final
turnOnColor Color
Little led.
final

Methods

copyWith({Color? glowColor, Color? tickColor, Color? thumbColor, Color? dividerColor, Color? turnOnColor, Color? iconColor, Color? ringColor, bool removeRingColor = false}) ThermostatTheme
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