InteractivePolylineLayer constructor
const
InteractivePolylineLayer({
- Key? key,
- required List<
InteractivePolyline< polylines,Object> > - PolylineController? polylineController,
- InteractiveOptions<
InteractivePolyline< options = const InteractiveOptions(),Object> > - PolylineHandleOptions handleOptions = const PolylineHandleOptions(),
- bool debug = false,
Implementation
const InteractivePolylineLayer({
super.key,
required this.polylines,
this.polylineController,
this.options = const InteractiveOptions(),
this.handleOptions = const PolylineHandleOptions(),
this.debug = false,
});