WeightDimenData.from constructor
WeightDimenData.from(
- FontWeight weight
Implementation
WeightDimenData.from(FontWeight weight) : this(weight.value * 1.0);
WeightDimenData.from(FontWeight weight) : this(weight.value * 1.0);