CookieConsentButton constructor
const
CookieConsentButton({})
Implementation
const CookieConsentButton({
required this.onPressed,
required this.label,
this.icon,
this.useCupertino = false,
this.isPrimary = false,
this.isDestructive = false,
super.key,
});