ChatUIKitReplyBar constructor
const
ChatUIKitReplyBar({
- required MessageModel messageModel,
- VoidCallback? onCancelTap,
- Color? backgroundColor,
- Widget? title,
- Widget? subTitle,
- Widget? leading,
- Widget? trailing,
- Key? key,
Implementation
const ChatUIKitReplyBar({
required this.messageModel,
this.onCancelTap,
this.backgroundColor,
this.title,
this.subTitle,
this.leading,
this.trailing,
super.key,
});