fromFont constant

TextDecorationThickness const fromFont

If the font file includes information about a preferred thickness, use that value. If the font file doesn't include this information, behave as if auto was set, with the browser choosing an appropriate thickness.

Implementation

static const TextDecorationThickness fromFont = TextDecorationThickness._('from-font');