fonts property

List<Font>? fonts
final

Defines all available fonts. New items can be mixed and matched with existing ones.

// Defaults to:
final items = [
  Font.existing("imgly_font_open_sans_bold"),
  Font.existing("imgly_font_aleo_bold"),
  Font.existing("imgly_font_amaticsc"),
  Font.existing("imgly_font_archivo_black"),
  Font.existing("imgly_font_bungee_inline"),
  Font.existing("imgly_font_campton_bold"),
  Font.existing("imgly_font_carter_one"),
  Font.existing("imgly_font_codystar"),
  Font.existing("imgly_font_fira_sans_regular"),
  Font.existing("imgly_font_galano_grotesque_bold"),
  Font.existing("imgly_font_krona_one"),
  Font.existing("imgly_font_kumar_one_outline"),
  Font.existing("imgly_font_lobster"),
  Font.existing("imgly_font_molle"),
  Font.existing("imgly_font_monoton"),
  Font.existing("imgly_font_nixie_one"),
  Font.existing("imgly_font_notable"),
  Font.existing("imgly_font_ostrich_sans_black"),
  Font.existing("imgly_font_ostrich_sans_bold"),
  Font.existing("imgly_font_oswald_semi_bold"),
  Font.existing("imgly_font_palanquin_dark_semi_bold"),
  Font.existing("imgly_font_permanent_marker"),
  Font.existing("imgly_font_poppins"),
  Font.existing("imgly_font_roboto_black_italic"),
  Font.existing("imgly_font_roboto_light_italic"),
  Font.existing("imgly_font_sancreek"),
  Font.existing("imgly_font_stint_ultra_expanded"),
  Font.existing("imgly_font_trash_hand"),
  Font.existing("imgly_font_vt323"),
  Font.existing("imgly_font_yeseva_one"),
];

Implementation

final List<Font>? fonts;