fontFamilyFallback property

List<String>? fontFamilyFallback
final

The ordered list of font families to fall back on when a glyph cannot be found in a higher priority font family.

For more details, refer to the documentation of TextStyle

Implementation

final List<String>? fontFamilyFallback;