ChatUIKitAppBar constructor
const
ChatUIKitAppBar({
- Widget? centerWidget,
- String? title,
- TextStyle? titleTextStyle,
- String? subtitle,
- TextStyle? subTitleTextStyle,
- Widget? leading,
- List<
ChatUIKitAppBarAction> ? leadingActions, - List<
ChatUIKitAppBarAction> ? trailingActions, - bool showBackButton = true,
- VoidCallback? onBackButtonPressed,
- bool centerTitle = false,
- SystemUiOverlayStyle? systemOverlayStyle,
- Color? backgroundColor,
- bool bottomLine = false,
- Color? bottomLineColor,
- Key? key,
Implementation
const ChatUIKitAppBar({
this.centerWidget,
this.title,
this.titleTextStyle,
this.subtitle,
this.subTitleTextStyle,
this.leading,
this.leadingActions,
this.trailingActions,
this.showBackButton = true,
this.onBackButtonPressed,
this.centerTitle = false,
this.systemOverlayStyle,
this.backgroundColor,
this.bottomLine = false,
this.bottomLineColor,
super.key,
});