RCKChatPageConfig class

聊天页面总配置

Constructors

RCKChatPageConfig.new({RCKChatAppBarConfig? appBarConfig, RCKBubbleConfig? bubbleConfig, RCKChatBackgroundConfig? backgroundConfig, RCKMessageInputConfig? inputConfig, bool useDefaultAppBarLeading = true})

Properties

appBarConfig RCKChatAppBarConfig
应用栏配置
final
backgroundConfig RCKChatBackgroundConfig
背景配置
final
bubbleConfig RCKBubbleConfig?
消息气泡配置
final
hashCode int
The hash code for this object.
no setterinherited
inputConfig RCKMessageInputConfig?
输入框配置
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useDefaultAppBarLeading bool
是否使用默认的AppBarLeading
final

Methods

copyWith({RCKChatAppBarConfig? appBarConfig, RCKBubbleConfig? bubbleConfig, RCKChatBackgroundConfig? backgroundConfig, RCKMessageInputConfig? inputConfig}) RCKChatPageConfig
创建一个新的配置,覆盖当前配置的某些属性
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