Last active
April 25, 2020 07:15
-
-
Save felixblaschke/be2f3f9edf0aebd5221e73b62cbf2027 to your computer and use it in GitHub Desktop.
saw2.dart
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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