ContactListConfig constructor

const ContactListConfig({
  1. Color nameTextColor = CommonColors.color_333333,
  2. double nameTextSize = 14,
  3. Color indexTextColor = CommonColors.color_b3b7bc,
  4. double indexTextSize = 14,
  5. bool? showIndexBar,
  6. bool? showSelector,
  7. double avatarCornerRadius = 18,
  8. Color divideLineColor = CommonColors.color_dbe0e8,
})

Implementation

const ContactListConfig(
    {this.nameTextColor = CommonColors.color_333333,
    this.nameTextSize = 14,
    this.indexTextColor = CommonColors.color_b3b7bc,
    this.indexTextSize = 14,
    this.showIndexBar,
    this.showSelector,
    this.avatarCornerRadius = 18,
    this.divideLineColor = CommonColors.color_dbe0e8});