RCKChatAppBarWidget constructor
const
RCKChatAppBarWidget({
- Key? key,
- RCKChatAppBarConfig config = const RCKChatAppBarConfig(),
- String? title,
- VoidCallback? onTitleTap,
- LeadingBuilder? leadingBuilder,
- VoidCallback? onLeadingPressed,
- List<
VoidCallback> ? onActionPressed,
Implementation
const RCKChatAppBarWidget({
super.key,
this.config = const RCKChatAppBarConfig(),
this.title,
this.onTitleTap,
this.leadingBuilder,
this.onLeadingPressed,
this.onActionPressed,
});