cursive constant

List<String> const cursive

Collection of most common cursive fonts in order.

Implementation

static const List<String> cursive = [
  FontFamily.textile,
  FontFamily.appleChancery,
  FontFamily.zaphChancery,
  FontGeneric.fantasy
];