ConsentLanguage constructor
ConsentLanguage({})
Implementation
ConsentLanguage({
required this.language,
required this.isActive,
required this.style,
required this.onClick,
this.isFirst,
this.isLast,
});
ConsentLanguage({
required this.language,
required this.isActive,
required this.style,
required this.onClick,
this.isFirst,
this.isLast,
});