CookieConsentStyle constructor
const
CookieConsentStyle({
- Color? backgroundColor,
- TextStyle? titleStyle,
- TextStyle? messageStyle,
- ButtonStyle? acceptButtonStyle,
- ButtonStyle? declineButtonStyle,
- ButtonStyle? settingsButtonStyle,
- EdgeInsets contentPadding = const EdgeInsets.all(16),
- double spacingBetweenElements = 8,
Implementation
const CookieConsentStyle({
this.backgroundColor,
this.titleStyle,
this.messageStyle,
this.acceptButtonStyle,
this.declineButtonStyle,
this.settingsButtonStyle,
this.contentPadding = const EdgeInsets.all(16),
this.spacingBetweenElements = 8,
});