ContactTitleBarConfig class

Constructors

ContactTitleBarConfig({bool showTitleBar = true, bool showTitleBarRightIcon = true, bool showTitleBarRight2Icon = true, Widget? titleBarRightIcon, Widget? titleBarRight2Icon, String? title, bool centerTitle = false, Color titleColor = CommonColors.color_333333})
const

Properties

centerTitle bool
Title Bar 标题居中
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
showTitleBarRight2Icon bool
是否展示 Title Bar 的次最右侧图标
final
showTitleBarRightIcon bool
是否展示 Title Bar 的最右侧图标
final
title String?
Title Bar 标题文案
final
titleBarRight2Icon Widget?
Title Bar 次最右侧图标
final
titleBarRightIcon Widget?
Title Bar 最右侧图标
final
titleColor 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