Composable Function

RemoteSpacer

A spacer that takes up space as defined by the provided modifier.

RemoteSpacer

Source set: Android
@RemoteComposable
@Composable
public fun RemoteSpacer(modifier: RemoteModifier = RemoteModifier)

A spacer that takes up space as defined by the provided modifier.

This delegates to RemoteBox which handles the layout recording or foundation Box dispatching.

Last updated: