WebRouteElement constructor
WebRouteElement(
- WebPolyline bodyElement,
- WebPolyline? strokeElement,
- WebPolyline? patternElement,
- WebPolylineOption bodyElementOption,
- WebPolylineOption? strokeElementOption,
- WebPolylineOption? patternElementOption,
Implementation
WebRouteElement(
this.bodyElement,
this.strokeElement,
this.patternElement,
this.bodyElementOption,
this.strokeElementOption,
this.patternElementOption,
);