backgroundColor property

Color? backgroundColor
final

The color of the Material widget that underlies the entire Scaffold.

The theme's ThemeData.scaffoldBackgroundColor by default.

Implementation

final Color? backgroundColor;