GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemTitleStyle - Android

The BlazeWidgetItemTitleStyle class is part of the BlazeSDK and is responsible for defining the style and positioning properties of the title within a BlazeWidgetItemStyle. This includes properties such as visibility, position, insets, and text styles for unread and read states.

Properties

isVisible: Boolean,
position: BlazeObjectPositioning,
margins: BlazeInsets
unreadStyle: BlazeWidgetItemTitleTextStyle,
readStyle: BlazeWidgetItemTitleTextStyle

isVisible

Indicates whether the title is visible.

position

The position of the title Relative To The Image within the widget item.

margins

The insets of the title.

unreadState

The title style for unread items.

readState

The title style for read items.


Did this page help you?