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