AbstractGeometryImageRenderSettings class Core

Abstract geometry image render settings.

Initialized with default optimal values

Constructors

AbstractGeometryImageRenderSettings({Color activeInnerColor = const Color.fromARGB(255, 255, 255, 255), Color activeOuterColor = const Color.fromARGB(255, 0, 0, 0), Color inactiveInnerColor = const Color.fromARGB(255, 128, 128, 128), Color inactiveOuterColor = const Color.fromARGB(255, 128, 128, 128)})
Constructor with optional border size, border round corners and maximum rows
const
AbstractGeometryImageRenderSettings.fromJson(Map<String, dynamic> json)
factory

Properties

activeInnerColor Color
Active turn arrow inner color. If not specified, the SDK default is used
final
activeOuterColor Color
Active turn arrow outer color. If not specified, the SDK default is used
final
hashCode int
The hash code for this object.
no setteroverride
inactiveInnerColor Color
Inactive turn arrow inner color. If not specified, the SDK default is used
final
inactiveOuterColor Color
Inactive turn arrow outer color. If not specified, the SDK default is used
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 AbstractGeometryImageRenderSettings other) bool
The equality operator.
override