fill property

double? fill
  • See GlyphVariations.fill.

Implementation

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

Implementation

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