CUProCard constructor
const
CUProCard(})
Implementation
const CUProCard(
this.title, {
final Key? key,
this.subtitle,
this.leading,
this.trailing,
this.padding = CUWidget.padding,
this.outPadding = CUWidget.outPadding,
this.onTap,
this.color,
this.tip = '',
this.radius,
}) : super(key: key);