Composable Function

SpatialSpacer

A composable that represents an empty space layout.

SpatialSpacer

Source set: Android
@Composable
@SubspaceComposable
public fun SpatialSpacer(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: