ChatUIKitAppBar constructor

const ChatUIKitAppBar({
  1. Widget? centerWidget,
  2. String? title,
  3. TextStyle? titleTextStyle,
  4. String? subtitle,
  5. TextStyle? subTitleTextStyle,
  6. Widget? leading,
  7. List<ChatUIKitAppBarAction>? leadingActions,
  8. List<ChatUIKitAppBarAction>? trailingActions,
  9. bool showBackButton = true,
  10. VoidCallback? onBackButtonPressed,
  11. bool centerTitle = false,
  12. SystemUiOverlayStyle? systemOverlayStyle,
  13. Color? backgroundColor,
  14. bool bottomLine = false,
  15. Color? bottomLineColor,
  16. 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,
});