RemoteSpacer
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.