fontFamily property
String
get
fontFamily
The default font family for all texts.
This should be set in the assets section of pubspec.yaml.
Implementation
String get fontFamily => _fontFamily;
The default font family for all texts.
This should be set in the assets section of pubspec.yaml.
String get fontFamily => _fontFamily;