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