Skip to content

Instantly share code, notes, and snippets.

@vasilich6107
Created January 13, 2020 21:18
Show Gist options
  • Save vasilich6107/a6768db89a45f8a16380bd31e1affe0b to your computer and use it in GitHub Desktop.
Save vasilich6107/a6768db89a45f8a16380bd31e1affe0b to your computer and use it in GitHub Desktop.
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