PreviewBackgroundWrapper constructor
const
PreviewBackgroundWrapper({})
Creates a PreviewBackgroundWrapper.
Implementation
const PreviewBackgroundWrapper({
super.key,
required this.child,
required this.themedBackgroundColor,
});