fills property
The current set of fills on this map added with the addPolygon or addPolygons methods.
The returned set will be a detached snapshot of the fills collection.
Implementation
Set<Polygon> get fills => polygonManager!.annotations;
The current set of fills on this map added with the addPolygon or addPolygons methods.
The returned set will be a detached snapshot of the fills collection.
Set<Polygon> get fills => polygonManager!.annotations;