CometChatDecoratedContainer constructor

const CometChatDecoratedContainer({
  1. Key? key,
  2. String? content,
  3. DecoratedContainerStyle? style,
  4. String? title,
  5. String? closeIconUrl,
  6. double? maxHeight,
  7. VoidCallback? onCloseIconTap,
  8. String? closeIconUrlPackageName,
  9. Color? closeIconTint,
})

Implementation

const CometChatDecoratedContainer({
  super.key,
  this.content,
  this.style,
  this.title,
  this.closeIconUrl,
  this.maxHeight,
  this.onCloseIconTap,
  this.closeIconUrlPackageName,
  this.closeIconTint,
});