CssFontWeight.raw constructor

CssFontWeight.raw(
  1. String value
)

Raw CSS value escape hatch.

Implementation

factory CssFontWeight.raw(String value) = _CssFontWeightRaw;