GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeWidgetItemImageContainerBorderStateStyle - Android

BlazeWidgetItemImageContainerBorderStateStyle is responsible for defining the style of the border around the image within a widget item.

Properties

isVisible

var isVisible: Boolean

A Boolean value that determines whether the border is visible.

color

var color: Int

A Int value that defines the color of the border.

margin

var margin: BlazeDp

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

width

var width: BlazeDp

A BlazeDp value that defines the width of the border.


Did this page help you?