| backgroundColor | string | Used to set the background color of the card bubble. |
| borderRadius | number | Used to set the border radius of the card bubble. |
| textFont | FontStyle | Used to set the font style of the title. The object should include fontFamily, fontSize, and fontWeight. |
| textColor | string | Used to set the color of the title. |
| padding | number | Used to set the padding of the card bubble. |
| buttonStyle | ButtonStyleInterface | Used to customize the style of buttons. |
| imageStyle | ImageBubbleStyleInterface | Used to customize the style of the image in the card. |
| imageResizeMode | ”cover” | “contain” | “stretch” | “repeat” | “center” | Used to set how to resize the image in the card. |