KCard constructor
KCard({})
Implementation
KCard({
Key? key,
this.id,
this.size,
this.themeColor,
this.onTap,
this.child,
this.background,
this.height,
this.width,
}) : super(key: key);