Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Created September 9, 2019 19:00
Show Gist options
  • Save isacjunior/ba169c9cc4373520225fd2044f16e14b to your computer and use it in GitHub Desktop.
Save isacjunior/ba169c9cc4373520225fd2044f16e14b to your computer and use it in GitHub Desktop.
class CustomText extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Center(
child: Text('Flutter'),
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment