fontFamily property
String?
get
fontFamily
Provide the font family by the current locale's language code
Implementation
String? get fontFamily => _fontFamily[_currentLocale?.languageCode];
Provide the font family by the current locale's language code
String? get fontFamily => _fontFamily[_currentLocale?.languageCode];