RemoteSpacer

Functions summary

Unit

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

Functions

@RemoteComposable
@Composable
fun RemoteSpacer(modifier: RemoteModifier = RemoteModifier): Unit

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.