CardDragComponent constructor
CardDragComponent({})
Implementation
CardDragComponent(
{required this.titleText,
required this.subtitleText,
this.iconLeft,
this.labelCancel,
this.labelConfirm,
this.borderRadius,
this.elevation,
this.onTap,
Key? key})
: super(key: key);