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