Hi! I’m using `TextField` within the bottom sheet ...
# compose-android
r
Hi! I’m using
TextField
within the bottom sheet from
BottomSheetScaffold
, but I’m not able to use
.imePadding()
to display the
TextField
on top of the keyboard. Any suggestion? I tried to place the
.imePadding()
to various modifiers, but no success.
j
Maybe my answer here could help