CustomPixel constructor
const
CustomPixel({})
Implementation
const CustomPixel({
required this.id,
required String head,
String track = 'function(ev,p){}',
this.consentMode = false,
String noscript = '',
}) : _head = head,
_track = track,
_noscript = noscript;