Composable Function

SpatialLayoutSpacer

A composable that represents an empty space layout.

SpatialLayoutSpacer

Deprecated

Use SpatialSpacer() instead

Source set: Android
@Composable
@SubspaceComposable
public fun SpatialLayoutSpacer(modifier: SubspaceModifier = SubspaceModifier)

A composable that represents an empty space layout. Its size can be controlled using modifiers like SubspaceModifier.width, SubspaceModifier.height, etc.

Parameters

modifier Modifiers to apply to the spacer.

Last updated: