googleFonts property

List<String> googleFonts
final

The Google fonts that may be selected from the font picker. Check the googleFontsList constant for a list of the 975 fonts available.

  • Note that a large number of fonts can degrade the performance of the widget, as each font is downloaded and applied as a preview in the font picker.

Implementation

final List<String> googleFonts;