Class

RemoteColumnScope

Receiver scope used by RemoteColumn for its content.

Source set: Android
public class RemoteColumnScope

Receiver scope used by RemoteColumn for its content.

Functions

weight

public fun RemoteModifier.weight(weight: RemoteFloat): RemoteModifier

Sets the vertical weight of this element relative to its siblings in the RemoteColumn.

Parameters

weight The proportional height to allocate to this element.

weight

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public fun RemoteModifier.weight(weight: Float): RemoteModifier

Last updated: