Function

widthIn

Sets the minimum and maximum width of the content.

widthIn

Source set: Android
public fun RemoteModifier.widthIn(min: RemoteDp? = null, max: RemoteDp? = null): RemoteModifier

Sets the minimum and maximum width of the content.

Parameters

min The minimum width.
max The maximum width.

Last updated: