BlazeWidgetItemDurationElementIconStyle
The BlazeWidgetItemDurationElementIconStyle class represents the style configuration for an icon inside a widget item's duration element.
Properties
iconResId
@DrawableRes var iconResId: IntThe resource id of the icon that will be displayed inside the duration element.
iconPositioning
var iconPositioning: BlazeWidgetItemDurationElementIconStyle.BlazeIconPositioningThe position of the icon inside the duration element.
iconTint
var iconTint: Int?The tint of the icon. If null is given, the icon tint equals the duration element text color.
BlazeIconPositioning
The alignment options for the icon within its container.
| Value | Description |
|---|---|
| START | Align the icon to the start edge of its container. |
Updated about 2 months ago
Did this page help you?
