weight property

double? weight
  • See GlyphVariations.weight.

Implementation

double? get weight {
  return variations.weight;
}
void weight=(double? weight)

Implementation

set weight(double? weight) {
  variations.weight = weight;
}