InvitationCard constructor
- Key? key,
- required BuildContext parentContext,
- bool isGenerating = false,
- double? marginTop,
- EdgeInsets? margin,
Implementation
const InvitationCard({
super.key,
required this.parentContext,
this.isGenerating = false,
this.marginTop,
this.margin,
});