ContactListConfig constructor
const
ContactListConfig({})
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});