RCKChatAppBarWidget constructor

const RCKChatAppBarWidget({
  1. Key? key,
  2. RCKChatAppBarConfig config = const RCKChatAppBarConfig(),
  3. String? title,
  4. VoidCallback? onTitleTap,
  5. LeadingBuilder? leadingBuilder,
  6. VoidCallback? onLeadingPressed,
  7. List<VoidCallback>? onActionPressed,
})

Implementation

const RCKChatAppBarWidget({
  super.key,
  this.config = const RCKChatAppBarConfig(),
  this.title,
  this.onTitleTap,
  this.leadingBuilder,
  this.onLeadingPressed,
  this.onActionPressed,
});