CometChatDecoratedContainer constructor
const
CometChatDecoratedContainer({
- Key? key,
- String? content,
- DecoratedContainerStyle? style,
- String? title,
- String? closeIconUrl,
- double? maxHeight,
- VoidCallback? onCloseIconTap,
- String? closeIconUrlPackageName,
- Color? closeIconTint,
Implementation
const CometChatDecoratedContainer({
super.key,
this.content,
this.style,
this.title,
this.closeIconUrl,
this.maxHeight,
this.onCloseIconTap,
this.closeIconUrlPackageName,
this.closeIconTint,
});