useGoogleFont property

String? useGoogleFont
final

choose google fonts you wish to use if it's value is null no google fonts will be used if not null it will use GoogleFonts.getFont(useGoogleFont) to get that font

Implementation

final String? useGoogleFont;