Skip to content

Instantly share code, notes, and snippets.

@felixblaschke
Last active April 25, 2020 07:15
Show Gist options
  • Select an option

  • Save felixblaschke/be2f3f9edf0aebd5221e73b62cbf2027 to your computer and use it in GitHub Desktop.

Select an option

Save felixblaschke/be2f3f9edf0aebd5221e73b62cbf2027 to your computer and use it in GitHub Desktop.
saw2.dart
class MyWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return PlayAnimation(
builder: (context, child, value) {
return Text("64736 likes", style: TextStyle(fontSize: 30),);
},
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment