[Solved] Sheet (swipe to close) + Picker inside

How to deal with sheet modal with swipe-to-close option and some picker inside of it?
When trying to swipe down the picker to select the value we have all the sheet modal also moving down to close.
How to prevent the sheet modal to react to scrolling of picker inside of it?

Alright, I’ve found a “swipe-handler” option.
It seems that’s the only solution to this, as we can have only one swipe target.