Window Info
data class WindowInfo(val screenWidthInfo: WindowInfo.WindowType, val screenHeightInfo: WindowInfo.WindowType, val screenWidth: Dp, val screenHeight: Dp, val orientation: Orientation)
Constructors
Link copied to clipboard
constructor(screenWidthInfo: WindowInfo.WindowType, screenHeightInfo: WindowInfo.WindowType, screenWidth: Dp, screenHeight: Dp, orientation: Orientation)