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/ff1cfe1ef4e30fa41a60a4cfa29e8f7c to your computer and use it in GitHub Desktop.

Select an option

Save felixblaschke/ff1cfe1ef4e30fa41a60a4cfa29e8f7c to your computer and use it in GitHub Desktop.
saw1.dart
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