modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

How to handle double-nested scroll-views?

Open esDotDev opened this issue 7 months ago • 0 comments

I have a time-picker wheel inside a SIngleChildScrollView, and am passing ModalScrollController.of(context) to the parent ScrollView.

The problem is that when I try and select a time in the TimePicker, it tries to close the modal.

https://github.com/user-attachments/assets/dcbf6e3d-6706-474b-9a75-559ffa618ad2

esDotDev avatar Jun 12 '25 06:06 esDotDev