PolygonOptions constructor
const
PolygonOptions({})
Creates a set of fill configuration options.
By default, every non-specified field is null, meaning no desire to change fill defaults or current configuration.
Implementation
const PolygonOptions(
{this.polygonOpacity,
this.polygonColor,
this.polygonOutlineColor,
this.polygonPattern,
this.geometry,
this.draggable});