Open JakeWharton opened 2 months ago
Probably going to go with a
@Composable fun WindowTitle(title: String)
which are aggregated into a list (a la BackHandler in Compose UI) and the topmost one will win.
BackHandler
Probably going to go with a
which are aggregated into a list (a la
BackHandler
in Compose UI) and the topmost one will win.