CssFontWeight.numeric constructor
CssFontWeight.numeric(
- int weight
Numeric weight (1-1000, typically 100-900 in increments of 100).
Implementation
factory CssFontWeight.numeric(int weight) = _CssFontWeightNumeric;