Flutter – Container Background Color To set background color for Container widget, set its color property with the required Color value or set the decoration property with required background color value in it .
Read moreWhat is default background color flutter?
grey[50] , which is the default canvas color in the Light theme.
Read moreHow do you change the background color on flutter?
To set Background Color of a Screen in Flutter There are two ways to set Background Color of a Screen in Flutter. You can directly add backgroundColor to Scaffold widget . this will set your entire screen. It has a property named backgroundColor to change the background color of the Scaffold widget.2 Tem 2021
Read more