MasstransitTransportContourStyle class final
Describes the style of transport contour objects
- Available extensions
Constructors
- MasstransitTransportContourStyle({int? mainColor, int? mainColorNight})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- mainColor → int?
-
Describes the main color of transport contour. Main color is used to
identify the object among others. For example, the color of MCD line
icon meant to be the main color of the contour. Presented in versions
for light and dark themes.
final
- mainColorNight → int?
-
final
- 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.
override
Operators
-
operator ==(
covariant MasstransitTransportContourStyle other) → bool -
The equality operator.
override