rememberOrientation

@Composable
fun rememberOrientation(): State<Orientation>(source)

Returns a State object representing the current screen orientation.

Return

A State holding the current Orientation.