Created
June 17, 2020 07:38
-
-
Save flutter-clutter/83c5dccb5e147a412238614d23768219 to your computer and use it in GitHub Desktop.
Hiding a progress indicator, used here: https://www.flutterclutter.dev/flutter/tutorials/displaying-a-prorgess-indicator/2020/37/
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
void hideOpenDialog() { | |
Navigator.of(context).pop(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment