Is there a way to make Port Range Udp?

I now you can expose a port range ( -p 8080-8090:8080-8090).
This makes the range tcp.

Is there a way to make it udp?
I know you can do it for a single port (-p 80:80/udp)

So is there a way to make a port range udp?