VCard constructor

VCard({
  1. required Widget child,
  2. EdgeInsetsGeometry? padding,
  3. void onTap()?,
  4. double elevation = 1.0,
})

Implementation

VCard({required this.child, this.padding, this.onTap, this.elevation = 1.0});