I am observing strange behaviour when testing the bottom sheet in Test Mode. It seems like it has an underlying background, which can be seen in the attached images, just behind the rounded corners of the bottom sheet.
The background is set to Unset (good English there! ๐), so technically, this should not be visible. Also, the main body container of the bottom sheet has 'Clip content' turned on.
Second issue is with FlutterFlow's documentation. Bottom Sheet | FlutterFlow Docs says:
Select "Background Color" and make sure the opacity is set to 0% - this will give you "transparent" instead of "unset.
Could someone please point me to where this Opacity setting is? Is this a deprecated feature, or I am not that smart after all?