monospace constant

List<String> const monospace

Collection of most common monospace fonts in order.

Implementation

static const List<String> monospace = [
  FontFamily.courierNew,
  FontFamily.courier,
  FontGeneric.monospace
];