screenSize

fun screenSize(value: String)

Sets the screen size from a string in "widthxheight" format (e.g., "1920x1080").


fun screenSize(width: Int, height: Int)

Sets the screen size from explicit width and height values.


The screen size of the user's device (e.g., "1920x1080").