Created
January 13, 2020 21:18
-
-
Save vasilich6107/a6768db89a45f8a16380bd31e1affe0b 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
if (result.loading) { | |
return const Center( | |
child: CircularProgressIndicator(), | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment