CardDecorationWidget constructor
const
CardDecorationWidget({})
Implementation
const CardDecorationWidget(
{required this.shape,
required this.size,
required this.color,
required this.imageSrc,
Key? key,
this.imageRadius})
: super(key: key);