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