BackgroundConfig constructor
const
BackgroundConfig({})
Creates a new BackgroundConfig instance.
Implementation
const BackgroundConfig({
required this.type,
this.style,
required this.color,
required this.opacity,
this.blurRadius,
});