WhatsappButton constructor

const WhatsappButton({
  1. required String url,
  2. String label = 'Fale no WhatsApp',
  3. String? trackEvent = FlenxEvent.contact,
  4. Key? key,
})

Implementation

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