ArcaneImageCard constructor
const
ArcaneImageCard({})
Implementation
const ArcaneImageCard({
required this.imageUrl,
this.title,
this.subtitle,
this.overlay,
this.height,
this.radius,
void Function()? onTap,
void Function()? onClick,
this.fit = BoxFit.cover,
super.key,
}) : _onTap = onTap ?? onClick;