I've a simple sliver app bar, and i set my primary color to this:
theme: ThemeData(primary Color: Color. fromRGBO(50, 50, 205, 1)),
Before i added the sliver app bar all the screen was set to primary color, But after i added the sliver app bar suddenly the screen turn to white.
How do I set my primary color to fill the screen?
it's a really simple sliver app bar, if you need the code for this let me know