PolygonLayerWidget constructor

PolygonLayerWidget({
  1. Key? key,
  2. required PolygonLayerOptions options,
})

Implementation

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