backgroundColor property
final
The color of the Material widget that underlies the entire Scaffold.
The theme's ThemeData.scaffoldBackgroundColor by default.
Implementation
final Color? backgroundColor;
The color of the Material widget that underlies the entire Scaffold.
The theme's ThemeData.scaffoldBackgroundColor by default.
final Color? backgroundColor;