fontFamily property

String? fontFamily
final

Optional custom font family name

Must match the font family name registered in pubspec.yaml for iOS, and a font resource in res/font/ directory for Android. (e.g., 'merriweather' for merriweather.ttf in Android res/font/ and family: merriweather in pubspec.yaml)

Implementation

final String? fontFamily;