Class

RemoteRowScope

Receiver scope used by RemoteRow for its content.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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