rememberBreakpoint

@Composable
fun rememberBreakpoint(): State<Breakpoint>(source)

Returns a State object representing the current breakpoint of the screen. It uses media queries to determine the current screen size.

Return

A State holding the current Breakpoint.