PrivacyHeaderConfig constructor

const PrivacyHeaderConfig({
  1. String title = '服务协议和隐私条款',
  2. double? fontSize,
  3. FontWeight? fontWeight = FontWeight.w600,
  4. Color? color,
})

Implementation

const PrivacyHeaderConfig({
  this.title = '服务协议和隐私条款',
  this.fontSize,
  this.fontWeight = FontWeight.w600,
  this.color,
});