FontVariation.width constructor

const FontVariation.width(
  1. double value
)

Variable font width. (wdth)

Varies the width of glyphs in the font.

Values must be greater than zero, with no upper limit. 100.0 represents the "normal" width. Smaller values are "condensed", greater values are "extended".

See also:

Implementation

const FontVariation.width(this.value) : assert(value >= 0.0), axis = 'wdth';