NiceEventCard constructor
- Key? key,
- required NiceEventData event,
- VoidCallback? onTap,
- VoidCallback? onRegister,
- bool isRegistered = false,
- bool compact = false,
Implementation
const NiceEventCard({
super.key,
required this.event,
this.onTap,
this.onRegister,
this.isRegistered = false,
this.compact = false,
});