🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

RemotePaddingValues

Describes a padding to be applied along the edges inside a box.

Source set: Android
public class RemotePaddingValues(
    public val leftPadding: RemoteDp = 0.rdp,
    public val topPadding: RemoteDp = 0.rdp,
    public val rightPadding: RemoteDp = 0.rdp,
    public val bottomPadding: RemoteDp = 0.rdp,
)

Describes a padding to be applied along the edges inside a box. Use the various RemotePaddingValues constructors for convenient ways to build instances.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

Creates a padding of horizontal RemoteDp along the left and right edges, and of vertical RemoteDp along the top and bottom edges.

hashCode

Source set: Android
override fun hashCode(): Int

toString

Source set: Android
override fun toString(): String

Content updated: