RememberBreakpoint

@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.

Be careful: once added, breakpoints won't be removed. Avoid calling this function dynamically