PolygonLayerWidget constructor

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

Implementation

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