Skip to content

Instantly share code, notes, and snippets.

@yuki2021
Created March 16, 2023 00:36
Show Gist options
  • Save yuki2021/b3d45ee5623c3174537d6a2415157298 to your computer and use it in GitHub Desktop.
Save yuki2021/b3d45ee5623c3174537d6a2415157298 to your computer and use it in GitHub Desktop.
Flutterでフォームのフォーカスを外す
// フォームのフォーカスを外す
FocusManager.instance.primaryFocus?.unfocus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment