I have textfield in the backLayer of my Backdrop s...
# compose
k
I have textfield in the backLayer of my Backdrop scaffold and I want to hide the softwareKeyboard (if shown) on
scaffoldState
changes. How can I achieve this?
m
You can listen to the
scaffoldState.value
and close the keyboard when it changes.
You could get. software keyboard from the TextField callback IIRC