TrafficWidgetColorScheme class

Inheritance

Constructors

TrafficWidgetColorScheme({required Color heavyTrafficColor, required Color mediumTrafficColor, required Color lightTrafficColor, required Color unactiveColor, required Color surfaceColor, required Color iconColor, required Color scoreTextColor})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
heavyTrafficColor Color
final
iconColor Color
final
lightTrafficColor Color
final
mediumTrafficColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scoreTextColor Color
final
surfaceColor Color
final
unactiveColor Color
final

Methods

copyWith({Color? heavyTrafficColor, Color? mediumTrafficColor, Color? lightTrafficColor, Color? unactiveColor, Color? surfaceColor, Color? iconColor, Color? scoreTextColor}) TrafficWidgetColorScheme
override
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