Set the colors of the polyline
Future<void> setPolyLineColors(Color foreground, Color background) => DirectionsRendererPlatform.instance .setPolyLineColors(foreground, background);