fontFamilyFallback property

List<String>? fontFamilyFallback
final

Name of the font families to use as fallback to main font family.

Same feature as in ThemeData factory. Used to apply the font family fallback to default text theme and primary text theme, also passed along to ThemeData,

Implementation

final List<String>? fontFamilyFallback;