OpenCardClickable constructor
const
OpenCardClickable({})
Implementation
const OpenCardClickable({
super.key,
required this.child,
required this.onClick,
this.hoverColor = Colors.black12,
this.width = -1,
this.height = -1,
});