values constant

List<MacosFontWeight> const values

A list of all the font weights.

Implementation

static const List<MacosFontWeight> values = <MacosFontWeight>[
  w100,
  w200,
  w300,
  w400,
  w500,
  w510,
  w590,
  w600,
  w700,
  w800,
  w860,
  w900,
];