BlazeWidgetItemImageContainerBorderStyle - iOS
The BlazeWidgetItemImageContainerBorderStyle struct is responsible for defining the style of the border around the image in different states (live unread, live read, unread, and read) within a widget item.
Properties
isVisible
var isVisible: BoolA Bool value that determines whether the border is visible.
This property applies the value for all the states.
liveUnreadState
var liveUnreadState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the style of the border for live unread state.
liveReadState
var liveReadState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the style of the border for live read state.
unreadState
var unreadState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for read state.
readState
var readState: BlazeWidgetItemImageContainerBorderStateStyleA BlazeWidgetItemImageContainerBorderStateStyle object that defines the appearance of the border for unread state.
Updated 11 days ago
