Bottom Sheet Width - Android vs IOS

Widgets & Design

It appears that the bottom sheet can be 100% width of the screen on Android devices but no matter what I try, I'm getting ~80% width on IOS. Is this just a thing? If it is a fixed amount I just build that into my calc, but that is a pain.

What have you tried so far?

Tried ignoring safe areas, setting container to 100% width, setting container to inf width.

I've built a custom action to return dynamic sized control sizes for my elements but if I use the screen width global property for an item on a bottom sheet on IOS it overflows.

I've attached a bottom sheet pic that works great on all Android devices, full width. But the same "scaling" doesn't work on IOS.

Did you check FlutterFlow's Documentation for this topic?
Yes
2