Composable Function

SpatialLayoutSpacer

A composable that represents an empty space layout.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
Deprecated Use SpatialSpacer() instead

SpatialLayoutSpacer

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