ContactListConfig class

Constructors

ContactListConfig({Color nameTextColor = CommonColors.color_333333, double nameTextSize = 14, Color indexTextColor = CommonColors.color_b3b7bc, double indexTextSize = 14, bool? showIndexBar, bool? showSelector, double avatarCornerRadius = 18, Color divideLineColor = CommonColors.color_dbe0e8})
const

Properties

avatarCornerRadius double
头像的圆角,0 代表方形,18 为圆形。
final
divideLineColor Color
final
hashCode int
The hash code for this object.
no setterinherited
indexTextColor Color
final
indexTextSize double
final
nameTextColor Color
final
nameTextSize double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showIndexBar bool?
final
showSelector bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited