Last active
April 25, 2020 07:15
-
-
Save felixblaschke/ff1cfe1ef4e30fa41a60a4cfa29e8f7c to your computer and use it in GitHub Desktop.
saw1.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 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