CssFontWeight.numeric constructor

CssFontWeight.numeric(
  1. int weight
)

Numeric weight (1-1000, typically 100-900 in increments of 100).

Implementation

factory CssFontWeight.numeric(int weight) = _CssFontWeightNumeric;