coerceAtLeast
Source set: Common
public inline fun Dp.coerceAtLeast(minimumValue: Dp): Dp
Ensures that this value is not less than the specified minimumValue.
Return
this value if it's greater than or equal to the minimumValue or the minimumValue otherwise.