Created
January 31, 2021 13:17
-
-
Save raviyadav5951/61a1da9cb2605542f63be31bac36dd5a to your computer and use it in GitHub Desktop.
Text dart
This file contains 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
Text( | |
'Hello, guys! Flutter is beautiful', | |
textAlign: TextAlign.center, | |
overflow: TextOverflow.ellipsis, | |
style: TextStyle(fontWeight: FontWeight.bold), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment