LaneImageRenderSettings class Core

Lane image render settings.

Initialized with default optimal values

Constructors

LaneImageRenderSettings({Color backgroundColor = const Color.fromARGB(0, 0, 0, 0), Color activeColor = const Color.fromARGB(255, 255, 255, 255), Color inactiveColor = const Color.fromARGB(255, 140, 140, 140)})
Constructor
const
LaneImageRenderSettings.fromJson(Map<String, dynamic> json)
factory

Properties

activeColor Color
Active lanes color
final
backgroundColor Color
Background color
final
hashCode int
The hash code for this object.
no setteroverride
inactiveColor Color
Inactive lanes color
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(covariant LaneImageRenderSettings other) bool
The equality operator.
override