Flutter. The complete typography with a single font
Originally posted on Medium
1. Font variations
Flutter’s TextStyle class has a fontVariations property that takes a List<FontVariation> as an argument.
Here is an example:
Text(
'Brown fox jumps over the dog',
...
easy-flutter.hashnode.dev5 min read