Hey there,
First day on FlutterFlow and I'm having an issue that I can't seem to resolve.
I have a view hierarchy like this:
Home
- Stack
- Container
- Column
The Container
is a background with a gradient on it that I'd like to extend into the safe area. I would still like to have the Column
element respect the safe area. Is this possible?