routeColor property

Color? routeColor
final

The color of the route, represented as a Color object. This can be null if not provided. The color is represented as a hex string (e.g., "#fa6544"). The color is parsed to a Color object.

Implementation

final Color? routeColor;