FontVariationAxis constructor

FontVariationAxis({
  1. required String tag,
  2. required String name,
  3. required num minValue,
  4. required num maxValue,
  5. required num defaultValue,
})

Implementation

FontVariationAxis(
    {required this.tag,
    required this.name,
    required this.minValue,
    required this.maxValue,
    required this.defaultValue});