RCKConvoConfig class
会话列表整体配置
Constructors
- RCKConvoConfig.new({RCKConvoAppBarConfig? appBarConfig, RCKAvatarConfig avatarConfig = const RCKAvatarConfig(), RCKConvoTitleConfig titleConfig = const RCKConvoTitleConfig(), RCKLastMessageConfig? lastMessageConfig, RCKTimeConfig? timeConfig, RCKUnreadBadgeConfig? unreadBadgeConfig, RCKItemConfig? itemConfig, RCKSlidableConfig? slidableConfig, RCKListConfig listConfig = const RCKListConfig(), RCKMuteIconConfig? muteIconConfig, RCKLayoutConfig layoutConfig = const RCKLayoutConfig()})
Properties
- appBarConfig → RCKConvoAppBarConfig
-
final
- avatarConfig → RCKAvatarConfig
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemConfig → RCKItemConfig
-
final
- lastMessageConfig → RCKLastMessageConfig
-
final
- layoutConfig → RCKLayoutConfig
-
final
- listConfig → RCKListConfig
-
final
- muteIconConfig → RCKMuteIconConfig
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slidableConfig → RCKSlidableConfig
-
final
- timeConfig → RCKTimeConfig
-
final
- titleConfig → RCKConvoTitleConfig
-
final
- unreadBadgeConfig → RCKUnreadBadgeConfig
-
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