BlazeWidgetItemBadgeStyle - Android
The BlazeWidgetItemBadgeStyle class represents the configuration for the badge of a widget item.
Properties
position
var position: BlazeObjectPositioningThe position of the badge Relative To The Image within the widget item.
isVisible
var isVisible: BooleanA Boolean value that determines whether the badge is visible.
margins
var margins: BlazeInsetsA BlazeInsets value that defines the margins for the badge related to the widget item container.
padding
var padding: BlazeInsetsA BlazeInsets value that defines the padding for the badge related to the widget item container.
liveUnreadState
var liveUnreadState: BlazeWidgetItemBadgeStateStyleThe style configuration for the live unread badge.
liveReadState
var liveReadState: BlazeWidgetItemBadgeStateStyleThe style configuration for the live read badge.
unreadState
var unreadState: BlazeWidgetItemBadgeStateStyleThe style configuration for the unread badge.
readState
var readState: BlazeWidgetItemBadgeStateStyleThe style configuration for the read badge.
width
var width: BlazeDpThe width of the badge.
height
var height: BlazeDpThe height of the badge.
Updated 11 days ago
Did this page help you?
