polygonTexture property
getter/setter pair
Optional texture used when rendering polygons for the collection.
The texture is blended with polygonFillColor. To preserve the original texture colors, set polygonFillColor to fully opaque white.
Implementation
GemImage? polygonTexture = GemImage(
imageId: MarkerRenderSettings.defaultMembersValue,
);