polylineTexture property

GemImage? polylineTexture
getter/setter pair

The texture for polylines. Default value is none.

The polyline texture will be blended with the polylineInnerColor value. User must set polylineInnerColor to Rgba::white() in order to preserve original texture colors.

Implementation

GemImage? polylineTexture = GemImage(
  imageId: MarkerRenderSettings.defaultMembersValue,
);