Last active
June 22, 2021 13:01
-
-
Save enginebai/20f092d0b26fbf135806200175d87a24 to your computer and use it in GitHub Desktop.
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
Label.text( | |
labelText: 'Default simple text', | |
), | |
Label.text( | |
labelText: 'Larger Text', | |
textSize: 36, | |
), | |
Label.filled( | |
labelText: 'Filled Text', | |
backgroundColor: Colors.green, | |
), | |
Label.stroke( | |
labelText: 'Stoke Text', | |
strokeColor: Colors.amber, | |
textColor: Colors.amber, | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment