Clickable constructor
const
Clickable({})
Implementation
const Clickable({
super.key,
required this.child,
this.onTap,
this.onDoubleTap,
this.onLongPress,
this.onTapDown,
this.onTapCancel,
this.onTapUp,
});