ApplicationWindowScope

Functions

Link copied to clipboard
@Composable
abstract fun RememberBreakpoint(condition: BreakpointCondition, matches: (Boolean) -> Unit)

This is a very ugly workaround, until https://gitlab.gnome.org/GNOME/libadwaita/-/issues/1018 is solved.

Link copied to clipboard
@Composable
open fun rememberBreakpoint(condition: BreakpointCondition): State<Boolean>