BlazeWidgetItemStatusIndicatorStateStyle - React Native
The BlazeWidgetItemBadgeStateStyle class represents the configuration for the badge of a widget item, for a specific state.
Properties
textStyle
textStyle?: BlazeTitleStyleThe style configuration for the badge title.
text
text?: stringThe text displayed in the badge.
backgroundColor
backgroundColor?: numberThe background color of the badge.
backgroundImage
backgroundImage?: BlazeImageThe background image of the badge.
cornerRadius
cornerRadius?: numberThe corner radius of the badge.
cornerRadiusRatio
cornerRadiusRatio?: numberThe corner radius ratio is a value between 0.0 and 1.0, which computes the final corner radius for the badge. Overrides corner radius property.
For example, a value of 0.5 on a 1:1 width/height badge will result in a perfect circle appearance for the badge.
borderColor
borderColor: stringThe border color of the badge.
borderWidth
borderWidth?: numberThe border width of the badge.
isVisible
isVisible?: booleanA boolean value that determines whether the badge is visible.
Updated 11 days ago
Did this page help you?
