Specifies absolute breadth in Dp.

Summary

Public constructors

Distance(value: Dp)
Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn

Public properties

Dp

breadth distance

Cmn

Inherited functions

From androidx.compose.foundation.style.Breadth
open Any?
lerp(other: Any?, t: Float)

This method is defined such that a value of t being 1.0 means that the interpolation has finished, meaning that this method should return either other (or something equivalent to other), 0.0 meaning that the interpolation has not started, returning this (or something equivalent to this), and values in between meaning that the interpolation is at the relevant point on the timeline between this and other.

Cmn

Public constructors

Distance

Distance(value: Dp)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

value

val valueDp

breadth distance