ScreenInfo

data class ScreenInfo(val screenDp: IntSize, val screenPx: IntSize, val density: Float, val isLandscape: Boolean)

Constructors

Link copied to clipboard
constructor(screenDp: IntSize, screenPx: IntSize, density: Float, isLandscape: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard