ConversationTitleBarConfig class

Constructors

ConversationTitleBarConfig({bool showTitleBar = true, bool showTitleBarLeftIcon = true, bool showTitleBarRightIcon = true, bool showTitleBarRight2Icon = true, bool centerTitle = false, Widget? titleBarLeftIcon, Widget? titleBarRightIcon, Widget? titleBarRight2Icon, String? titleBarTitle, Color titleBarTitleColor = CommonColors.color_333333})
const

Properties

centerTitle bool
是否将 Title 居中展示
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showTitleBar bool
是否展示 Title Bar
final
showTitleBarLeftIcon bool
是否展示 Title Bar 左侧图标
final
showTitleBarRight2Icon bool
是否展示 Title Bar 次最右侧图标
final
showTitleBarRightIcon bool
是否展示 Title Bar 最右侧图标
final
titleBarLeftIcon Widget?
Title Bar 左侧图标
final
titleBarRight2Icon Widget?
Title Bar 次最右侧图标
final
titleBarRightIcon Widget?
Title Bar 最右侧图标
final
titleBarTitle String?
Title Bar 标题文案
final
titleBarTitleColor Color
Title Bar 标题颜色值
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