scaffoldBackgroundColor property Null safety
override
Background color of the scaffold.
Defaults to CupertinoColors.systemBackground.
Implementation
@override
Color get scaffoldBackgroundColor => super.scaffoldBackgroundColor ?? _defaults.scaffoldBackgroundColor;