PICard constructor
const
PICard({})
Implementation
const PICard({
Key? key,
this.onTap,
required this.child,
this.backgroundColor,
this.border,
bool? withPadding,
}) : this.withPadding = withPadding ?? false,
super(key: key);