CupertinoPageScaffoldBackgroundColor constructor
Constructs a new CupertinoPageScaffoldBackgroundColor.
Implementation
const CupertinoPageScaffoldBackgroundColor({
required super.child,
required this.color,
super.key,
});
Constructs a new CupertinoPageScaffoldBackgroundColor.
const CupertinoPageScaffoldBackgroundColor({
required super.child,
required this.color,
super.key,
});