Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 13, 2018 19:49
Show Gist options
  • Save Rahiche/e9a71068d00b94855fc7e07546b1c7bd to your computer and use it in GitHub Desktop.
Save Rahiche/e9a71068d00b94855fc7e07546b1c7bd to your computer and use it in GitHub Desktop.
AnimatedSwitcher(
child: Text("Elapsed : $elapsed",
key: ValueKey(elapsed)),
duration: Duration(seconds: 1),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment