TabItemStyle
Styling properties of CometChatTabItem
component.
Name | Description |
---|---|
width | Sets the width of the component |
height | Sets the height of the component |
border | Sets the border of the component |
borderRadius | Sets the border radius of the component |
background | Sets all background style properties at once, such as color, image, origin and size, or repeat method. Reference link |
boxShadow | Adds shadow effects around the component. |
iconTint | Sets the tint or color applied to the the icon that symbolize a tab item |
activeIconTint | Sets the tint or color applied to the the icon that symbolize an active tab item |
titleTextFont | Sets all the different properties of font for the heading text of tab item . Reference link |
titleTextColor | Sets the foreground color of the heading text of tab item. |
activeTitleTextFont | Sets all the different properties of font for the heading text of an active tab item . Reference link |
activeTitleTextColor | Sets the foreground color of the heading text of an active tab item. |
activeBackground | Sets all background style properties of the active tab item at once, such as color, image, origin and size, or repeat method. Reference link |
activeBorderRadius | Sets the border radius of an active tab item |