WhatsappButton constructor
const
WhatsappButton({})
Implementation
const WhatsappButton({
required this.url,
this.label = 'Fale no WhatsApp',
this.trackEvent = FlenxEvent.contact,
super.key,
});
const WhatsappButton({
required this.url,
this.label = 'Fale no WhatsApp',
this.trackEvent = FlenxEvent.contact,
super.key,
});