PolygonLayerWidget constructor
PolygonLayerWidget({
- Key? key,
- required PolygonLayerOptions options,
Implementation
PolygonLayerWidget({Key? key, required this.options}) : super(key: key);