Created
May 13, 2020 14:07
-
-
Save jesteracer/a3d700e68db7648cbbff0867abca1266 to your computer and use it in GitHub Desktop.
widget.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
| TextSpan( | |
| text: block['data']['first'], | |
| style: TextStyle( | |
| color: Provider.of<ThemeProvider>(context) | |
| .current | |
| .bodyFontColor, | |
| fontFamily: 'Proxima Nova', | |
| )); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment