Created
August 22, 2019 08:06
-
-
Save webianks/27ea70235ae6df41950c6a7f46a04c06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phoneNumberFocusNode.addListener(() { | |
bool hasFocus = searchData.phoneNumberFocusNode.hasFocus; | |
if (hasFocus) | |
showOverlay(context); | |
else | |
removeOverlay(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment