Android
public class RemoteRowScope
Receiver scope used by RemoteRow for its content.
Functions
weight
public fun RemoteModifier.weight(weight: RemoteFloat): RemoteModifier
Sets the horizontal weight of this element relative to its siblings in the RemoteRow.
Parameters
| weight | The proportional width to allocate to this element. |
weight
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public fun RemoteModifier.weight(weight: Float): RemoteModifier