VCard constructor
const
VCard({
- Key? key,
- Widget? image,
- Widget? title,
- Widget? subtitle,
- Widget? content,
- MainAxisSize mainAxisSize = MainAxisSize.min,
- Clip clipBehavior = Clip.none,
- EdgeInsets contentPadding = const EdgeInsets.all(16),
Implementation
const VCard({
super.key,
this.image,
this.title,
this.subtitle,
this.content,
this.footer,
this.mainAxisSize = MainAxisSize.min,
this.clipBehavior = Clip.none,
this.contentPadding = const EdgeInsets.all(16),
});