PrivacyHeaderConfig constructor
const
PrivacyHeaderConfig({
- String title = '服务协议和隐私条款',
- double? fontSize,
- FontWeight? fontWeight = FontWeight.w600,
- Color? color,
Implementation
const PrivacyHeaderConfig({
this.title = '服务协议和隐私条款',
this.fontSize,
this.fontWeight = FontWeight.w600,
this.color,
});