GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemImageContainerBorderStateStyle - iOS

The BlazeWidgetItemImageContainerBorderStateStyle struct is responsible for defining the appearance of the border around the image within a widget item.

Properties

isVisible

var isVisible: Bool

A Bool value that determines whether the border is visible.

color

var color: UIColor

A UIColor value that defines the color of the border.

insets

var insets: CGFloat

A CGFloat value that defines the distance between the border to the image.

width

var width: CGFloat

A CGFloat value that defines the width of the border.


Did this page help you?