Source set: Android
public class RemoteColumnScope
Receiver scope used by RemoteColumn for its content.
Functions
weight
Source set: Android
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. |