WeightDimenData.from constructor

WeightDimenData.from(
  1. FontWeight weight
)

Implementation

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