ContactTitleBarConfig constructor
const
ContactTitleBarConfig({})
Implementation
const ContactTitleBarConfig({
this.showTitleBar = true,
this.showTitleBarRightIcon = true,
this.showTitleBarRight2Icon = true,
this.titleBarRightIcon,
this.titleBarRight2Icon,
this.title,
this.centerTitle = false,
this.titleColor = CommonColors.color_333333,
});