CardBackground constructor
const
CardBackground({})
Implementation
const CardBackground({
Key? key,
required this.backgroundGradientColor,
required this.backgroundImage,
required this.child,
this.width,
this.height,
this.glassmorphismConfig,
}) : super(key: key);