RemoteSpacer
Functions summary
Unit |
@RemoteComposableA spacer that takes up space as defined by the provided |
Functions
RemoteSpacer
@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.