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