CardUI constructor
const
CardUI({})
Implementation
const CardUI({
required this.child,
this.backgroundColor = Colors.white,
this.elevation = 2,
this.shadowColor = Colors.black,
this.shadowBlur = 2,
this.borderRadius = BorderRadius.zero,
this.shadowOffset = Offset.zero,
this.height = 300,
this.width = 500,
this.padding = 16,
Key? key,
}) : super(key: key);