RCKChatAppBarConfig class

聊天页面AppBar配置类

Constructors

RCKChatAppBarConfig.new({double height = kChatAppBarHeight, EdgeInsets padding = EdgeInsets.zero, bool centerTitle = true, bool automaticallyImplyLeading = true, RCKBackgroundConfig backgroundConfig = const RCKBackgroundConfig(), RCKLeadingConfig leadingConfig = const RCKLeadingConfig(), RCKChatTitleConfig titleConfig = const RCKChatTitleConfig(), RCKActionsConfig actionsConfig = const RCKActionsConfig()})
const

Properties

actionsConfig RCKActionsConfig
右侧操作按钮配置
final
automaticallyImplyLeading bool
是否自动添加返回按钮
final
backgroundConfig RCKBackgroundConfig
背景配置
final
centerTitle bool
是否居中标题
final
hashCode int
The hash code for this object.
no setterinherited
height double
AppBar 高度
final
leadingConfig RCKLeadingConfig
左侧区域配置
final
padding EdgeInsets
内边距
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleConfig RCKChatTitleConfig
标题配置
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