Measured
Interface
Common
interface Measured
A Measured corresponds to a layout that has been measured by its parent layout.
Properties
Common
val measuredWidth: Int
The measured width of the layout. This might not respect the measurement constraints.
Common
val measuredHeight: Int
The measured height of the layout. This might not respect the measurement constraints.
Common
val parentData: Any?
Data provided by the ParentDataModifier applied to the layout.
Functions
operator fun get(alignmentLine: AlignmentLine): Int
Returns the position of an alignment line, or AlignmentLine.Unspecified if
the line is not provided.
