Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Created June 22, 2022 17:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save vijayinyoutube/55dd3bb9867b1b226095586679f63926 to your computer and use it in GitHub Desktop.
AnimatedOpacity(
opacity: _visible ? 1.0 : 0.0,
duration: const Duration(milliseconds: 650),
child: ElevatedButton(
...
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment