CometChatImageBubble
is the content view for a MediaMessage if the media sent is an image.
Properties | Type | Description |
---|---|---|
imageUrl | String | the path of the image to display |
placeholderImage | String | the path of the image from assets to display when the actual image is being fetched |
placeHolderImagePackageName | String | the package of the asset image to display when the actual image is being fetched |
caption | String | a text to display below the image |
style | ImageBubbleStyle | used to customize appearance of this widget |
theme | CometChatTheme | used to set custom theme |
onClick | Function() | custom action on tapping the image |
Properties | Type | Description |
---|---|---|
captionStyle | TextStyle | used to set style of the caption text |
height | double | used to set height |
width | double | used to set width |
background | Color | used to set background color |
gradient | Gradient | used to set a gradient background |
border | BoxBorder | used to set border |
borderRadius | double | used to set border radius |