Measurable
interface Measurable : IntrinsicMeasurable
A part of the composition that can be measured. This represents a layout.
The instance should never be stored.
Summary
Inherited functions |
From class IntrinsicMeasurable
Int |
maxIntrinsicHeight(width: Int)
Calculates the smallest height beyond which increasing the height never
decreases the width.
|
Int |
maxIntrinsicWidth(height: Int)
Calculates the smallest width beyond which increasing the width never
decreases the height.
|
Int |
minIntrinsicHeight(width: Int)
Calculates the minimum height that the layout can be such that
the content of the layout will be painted correctly.
|
Int |
minIntrinsicWidth(height: Int)
Calculates the minimum width that the layout can be such that
the content of the layout will be painted correctly.
|
|
Public methods