interface Dimension.MinCoercible : Dimension


A Dimension that can be assigned a min bound.

Summary

Extension functions

Dimension

Sets the lower bound of the current Dimension to a fixed dp value.

Dimension

This function is deprecated. Unintended method name, use atLeast(dp) instead

Extension properties

Dimension

Sets the lower bound of the current Dimension to be the wrap content size of the child.

Extension functions

fun Dimension.MinCoercible.atLeast(dp: Dp): Dimension

Sets the lower bound of the current Dimension to a fixed dp value.

fun Dimension.MinCoercible.atLeastWrapContent(dp: Dp): Dimension

Sets the lower bound of the current Dimension to a fixed dp value.

Extension properties

val Dimension.MinCoercible.atLeastWrapContentDimension

Sets the lower bound of the current Dimension to be the wrap content size of the child.