backgroundColor property

Color? backgroundColor
final

The color of the widget that underlies the entire scaffold.

By default uses CupertinoTheme's scaffoldBackgroundColor when null.

Implementation

final Color? backgroundColor;