In the `builder` param remove `scrollController` and use `ModalScrollController.of(context)` instead to access the modal's scrollController.
In the `builder` param remove `scrollController` and use `ModalScrollController.of(context)` instead to access the modal's scrollController. Check the CHANGELOG for more information