ManeuverStyle constructor

const ManeuverStyle(
  1. ArrowManeuverStyle arrow,
  2. PolygonManeuverStyle polygon
)

Implementation

const ManeuverStyle(this.arrow, this.polygon);