CustomEventModal constructor
const
CustomEventModal({})
Implementation
const CustomEventModal({
required this.title,
required this.description,
required this.icon,
this.buttonText,
this.locale = 'en',
this.color = FUIColors.black500,
this.cancelButton = false,
this.onTap,
super.key
});