I have a Scaffold and I'm using scaffoldstate to s...
# compose
t
I have a Scaffold and I'm using scaffoldstate to show snackbar. This works fine until the keyboard is open and the snackbar shows beneath the keyboard. Is it possible to get snackbar to show above the keyboard?
Or change the snackbar to show somewhere apart from the bottom while still using the Scaffold?
m
Oh, interesting issue! I wonder if we should treat this specially or if the
windowSoftInputMode
can do this for us? cc @Ralston Da Silva who can say more about this problem 🙂
t
@Ralston Da Silva any word on this?