VCard constructor
VCard({
- required Widget child,
- EdgeInsetsGeometry? padding,
- void onTap()?,
- double elevation = 1.0,
Implementation
VCard({required this.child, this.padding, this.onTap, this.elevation = 1.0});