BlazeWidgetItemStatusIndicatorStateStyle - Android
BlazeWidgetItemStatusIndicatorStateStyle manages the style and positioning of a status indicator's specific state within a widget item.
textStyle
var textStyle: BlazeWidgetItemTextStyleThe text style of the indicator in the current state.
isVisible
var isVisible: BooleanThe visibility of the indicator in the current state.
backgroundColor
var backgroundColor: IntThe background color of the indicator in the current state.
backgroundImageResId
var backgroundImageResId: Int?The path to the background image of the indicator in the current state.
text
var text: StringThe text of the indicator in the current state.
cornerRadius
var cornerRadius: BlazeDpThe corner radius of the indicator in the current state.
cornerRadiusRatio
var cornerRadiusRatio: Float?The corner radius ratio of the indicator in the current state.
borderColor
var borderColor: IntThe border color of the indicator in the current state.
borderWidth
var borderWidth: BlazeDpThe border width of the indicator in the current state.
Updated 11 days ago
Did this page help you?
