Skip to content

Instantly share code, notes, and snippets.

@av
Created January 13, 2020 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save av/1ef2f2f7da6e0f64b2b79e1898c88f85 to your computer and use it in GitHub Desktop.
Save av/1ef2f2f7da6e0f64b2b79e1898c88f85 to your computer and use it in GitHub Desktop.
Flutter: neu
// Before
child: Container(
//...
// After
// ...
child: AnimatedContainer(
duration: const Duration(milliseconds: 150),
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment