progressColor property
The color used for the progress part of the arrow tail. Gets the progress color of the arrow tail, fully transparent white by default.
Implementation
ui.Color get progressColor;
The color used for the progress part of the arrow tail. Sets the progress color of the arrow tail. Non-zero alpha values are interpreted as fully opaque.
Implementation
set progressColor(ui.Color value);