Auto

class Auto(val min: Dp = 0.dp, val max: Dp = Dp.Infinity) : BaseAxis.Size

Allows a BaseAxis to adopt its preferred size from the given range.

Constructors

Link copied to clipboard
constructor(min: Dp = 0.dp, max: Dp = Dp.Infinity)

Properties

Link copied to clipboard
val max: Dp

the maximum size.

Link copied to clipboard
val min: Dp

the minimum size.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int