width
Sets the absolute width of an element, in [Dp].
width
Function
Android
public fun GlanceModifier.width(width: Dp): GlanceModifier
Sets the absolute width of an element, in Dp.
Android
public fun GlanceModifier.width(@DimenRes width: Int): GlanceModifier
Set the width of a view from the value of a resource.
