withOption<T extends PolylineOptions> method
Implementation
InteractivePolyline withOption<T extends PolylineOptions>(T opt) =>
copyWith(options: options.setOpt<T>(opt));
InteractivePolyline withOption<T extends PolylineOptions>(T opt) =>
copyWith(options: options.setOpt<T>(opt));