AdaptiveMetrics
data class AdaptiveMetrics(val layout: WindowLayout, val isLandscape: Boolean, val contentMaxWidth: Dp, val horizontalPadding: Dp, val sectionSpacing: Dp, val useTwoPane: Boolean, val useCompactButtons: Boolean, val listMinCellWidth: Dp)
Immutable set of layout metrics derived from the current window size.