progressColor property - MapPolyline class - mapview library - Dart API
progressColor
progressColor property
The color used for the progress part of the polyline. Gets the progress color of the polyline, opaque white by default.
Implementation
ui.Color get progressColor;
The color used for the progress part of the polyline. Sets the progress color of the polyline.
Implementation
set progressColor(ui.Color value);