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. |
Sets the minimum and maximum width of the content.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
public fun RemoteModifier.widthIn(min: RemoteDp? = null, max: RemoteDp? = null): RemoteModifier
Sets the minimum and maximum width of the content.
| min | The minimum width. |
| max | The maximum width. |
Last updated: