PrivacyContent constructor

PrivacyContent(
  1. String content,
  2. List<KeywordUrl> keywordUrlList, {
  3. int fontSize = 14,
  4. Color fontColor = ColorConfig.black_5c5c5c,
  5. Color highLightColor = Colors.blue,
})

Implementation

PrivacyContent(this.content, this.keywordUrlList,
    {this.fontSize = 14,
    this.fontColor = ColorConfig.black_5c5c5c,
    this.highLightColor = Colors.blue});