Skip to content

Instantly share code, notes, and snippets.

@letsar
Last active September 1, 2018 06:02
Show Gist options
  • Save letsar/4f4b8c241eae1ae886413ea3c79d4b02 to your computer and use it in GitHub Desktop.
Save letsar/4f4b8c241eae1ae886413ea3c79d4b02 to your computer and use it in GitHub Desktop.
@override
Widget build(BuildContext context) {
return AnimatedBuilder(
builder: _buildAnimation,
animation: controller,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment