introduction_screen
introduction_screen copied to clipboard
Bug: Pagecolor not effecting bottompart
Describe the bug When setting a pagecolor on the PageViewModel it leaves the bottompart white. Setting a global color will not work for my case as all my pages have a different color
To Reproduce Steps to reproduce the behavior:
- Set a different page color for more then 1 page
- Show bottompart by enabling a button(skip, next, etc.)
- bottom part is white
Expected behavior Bottom part should also be the same color as the page
Screenshots
Smartphone (please complete the following information):
- Device: e.g. Samsung 22 Ultra
- OS: [e.g. Android]
- Version [e.g. Flutter 3.10]
Additional context Add any other context about the problem here.
maybe related to #182. Same request here too
You can try using "globalBackgroundColor". Hope it helps you to solve the problem.
Are we waiting for a new release to close this?
Thanks.
Nope, for @shayant98 to send a code and explain a little more the problem