backgroundColor property Null safety
final
The color of the widget that underlies the entire scaffold.
By default uses CupertinoTheme's scaffoldBackgroundColor
when null.
Implementation
final Color? backgroundColor;
The color of the widget that underlies the entire scaffold.
By default uses CupertinoTheme's scaffoldBackgroundColor
when null.
final Color? backgroundColor;