getFontFamily property

String? getFontFamily

The default font family for all texts.

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

Implementation

String? get getFontFamily => _fontFamily;