The EditableText widget provides this API to enable "unfocus" of text fields when the user taps outside of the TextFieldTapRegion.
Speaking of the TextFieldTapRegion, we might be able to leverage said widget for the excluded terms input, which has some custom code for the extra buttons that should not interfere with the text field closing
As a first step, we can remove FocusAbsorber() and its usages
The
EditableTextwidget provides this API to enable "unfocus" of text fields when the user taps outside of theTextFieldTapRegion.Speaking of the
TextFieldTapRegion, we might be able to leverage said widget for the excluded terms input, which has some custom code for the extra buttons that should not interfere with the text field closingAs a first step, we can remove
FocusAbsorber()and its usages