$values property

Map<String, $FontWeight> $values
final

Implementation

static final $values = {
  'normal': $FontWeight.wrap(FontWeight.normal),
  'bold': $FontWeight.wrap(FontWeight.bold),
  'w100': $FontWeight.wrap(FontWeight.w100),
  'w200': $FontWeight.wrap(FontWeight.w200),
  'w300': $FontWeight.wrap(FontWeight.w300),
  'w400': $FontWeight.wrap(FontWeight.w400),
  'w500': $FontWeight.wrap(FontWeight.w500),
  'w600': $FontWeight.wrap(FontWeight.w600),
  'w700': $FontWeight.wrap(FontWeight.w700),
  'w800': $FontWeight.wrap(FontWeight.w800),
  'w900': $FontWeight.wrap(FontWeight.w900)
};