CardGestureLayer constructor
const
CardGestureLayer({})
Implementation
const CardGestureLayer({
super.key,
required this.controller,
required this.availableHeight,
required this.cardWidth,
required this.onHorizontalDragEnd,
required this.child,
});