CUCard constructor
const
CUCard(})
Implementation
const CUCard(this.child,
{Key? key, this.padding = 10, this.outPadding = 20, this.onTap, this.color, this.tip = ''})
: super(key: key);
const CUCard(this.child,
{Key? key, this.padding = 10, this.outPadding = 20, this.onTap, this.color, this.tip = ''})
: super(key: key);