Function

requiredDepthIn

Constrain the depth of the content to be between min dp and max dp, disregarding the incoming measurement VolumeConstraints.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

requiredDepthIn

Android
public fun SubspaceModifier.requiredDepthIn(
    min: Dp = Dp.Unspecified,
    max: Dp = Dp.Unspecified,
): SubspaceModifier

Constrain the depth of the content to be between min dp and max dp, disregarding the incoming measurement VolumeConstraints.

This is in contrast to SubspaceModifier.depthIn, which respects the parent's constraints. requiredDepthIn will ignore the minDepth and maxDepth from the incoming constraints.

Parameters

min The minimum depth.
max The maximum depth.