GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemImageContainerBorderStateStyle - React Native

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

Properties

isVisible

isVisible?: boolean

A boolean value that determines whether the border is visible.

color

color?: string //Hex

A string value that defines the color of the border.

margin

margin?: number

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

width

width?: number

A number value that defines the width of the border.


Did this page help you?