values constant

List<FontWeight> const values

A list of all the font weights.

Implementation

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