fontFamily property

String fontFamily

The default font family for all texts.

This should be set in the assets section of pubspec.yaml.

Implementation

String get fontFamily => _fontFamily;