zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

Changing background colors and Theming #101

Open gc-robotics opened 3 years ago

gc-robotics commented 3 years ago

Hi.

Could you pls provide some insights on how to handle Themes?

E.g. how do I set a given solid color as background? I have found scaffoldBackground in themeData but it seems to alter only the top bar color.

Thanks!