UnCard constructor Null safety
Implementation
const UnCard({
super.key,
this.header,
required this.body,
this.footer,
this.isSelected = false,
this.isExpandable = false,
this.onTap,
});
const UnCard({
super.key,
this.header,
required this.body,
this.footer,
this.isSelected = false,
this.isExpandable = false,
this.onTap,
});