vide
03/24/2023, 4:10 PM.bringIntoView()
before but this seems to break after 1.4.0-alpha03
. š§µ1.4.0
.border(2.dp, Color.Black)
.bringIntoViewRequester(bringIntoViewRequester)
.focusProperties { canFocus = false }
.onFocusChanged {
if (it.isFocused) {
scope.launch {
bringIntoViewRequester.bringIntoView(
Rect(-200F, -200F, 200F, 200F)
)
}
}
}
.focusTarget()