GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemStatusIndicatorStateStyle - Android

BlazeWidgetItemStatusIndicatorStateStyle manages the style and positioning of a status indicator's specific state within a widget item.

textStyle

var textStyle: BlazeWidgetItemTextStyle

The text style of the indicator in the current state.

isVisible

var isVisible: Boolean

The visibility of the indicator in the current state.

backgroundColor

var backgroundColor: Int

The 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: String

The text of the indicator in the current state.

cornerRadius

var cornerRadius: BlazeDp

The 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: Int

The border color of the indicator in the current state.

borderWidth

var borderWidth: BlazeDp

The border width of the indicator in the current state.


Did this page help you?