RemoteModifier.Companion

object RemoteModifier.Companion : RemoteModifier


The RemoteModifier companion object is the empty, default, or starter RemoteModifier that contains no elements. Use it to create a new RemoteModifier using modifier extension factory functions.

Example: RemoteModifier.padding(16.rdp).background(RemoteColor.Red)

Summary

Public functions

open infix RemoteModifier

Concatenates this modifier with another.

open String

Public functions

then

open infix fun then(other: RemoteModifier): RemoteModifier

Concatenates this modifier with another.

Returns a RemoteModifier representing this modifier followed by other in sequence.

toString

open fun toString(): String