Represents an empty or unspecified breadth.

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
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 functions

equals

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

hashCode

open fun hashCode(): Int