CardComponent constructor
const
CardComponent({})
Implementation
const CardComponent(
{required this.imageUrls,
required this.titleText,
required this.subtitleText,
this.borderRadius,
this.elevation,
this.textContent,
this.onTap,
Key? key})
: super(key: key);