setPolyLineColors method

Future<void> setPolyLineColors(
  1. String foreground,
  2. String background
)

Set the colors of the polyline

Implementation

Future<void> setPolyLineColors(String foreground, String background) =>
    DirectionsRendererPlatform.instance
        .setPolyLineColors(foreground, background);