I wanted to ask if there is any Cupertino style “showModalBottomSheet” available by default in Flutter? I’m designing the app for iOS and that’s one of the things I want to include for my “Add record” process of the app.
I would like to achieve this:
On iOS there is also animation tight to that where background screen is “zoomed out a bit”.
I would thought that it will be part of the Cupertino package but I haven’t found it there.
Appreciate any guidance/help you can provide!