Skip to content

Instantly share code, notes, and snippets.

@jesteracer
Created May 13, 2020 14:07
Show Gist options
  • Save jesteracer/a3d700e68db7648cbbff0867abca1266 to your computer and use it in GitHub Desktop.
Save jesteracer/a3d700e68db7648cbbff0867abca1266 to your computer and use it in GitHub Desktop.
widget.dart
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