scaffoldBackgroundColor property
Color
get
scaffoldBackgroundColor
Background color of the scaffold.
Defaults to CupertinoColors.systemBackground.
Implementation
@override
Color get scaffoldBackgroundColor =>
_cupertinoOverrideTheme.scaffoldBackgroundColor ?? _materialTheme.scaffoldBackgroundColor;