textDecorationThickness property

double? textDecorationThickness
getter/setter pair

Loosely based on CSS attribute "text-decoration-thickness"

Uses a percent modifier based on the font size.

Inherited: no, Default: 1.0 (specified by font size)

Implementation

// TODO(Sub6Resources): Possibly base this more closely on the CSS attribute.
double? textDecorationThickness;