TextDecorationThickness.value constructor

const TextDecorationThickness.value(
  1. Unit value
)

Specifies the thickness of the text decoration line, overriding the font file suggestion or the browser default.

Implementation

const factory TextDecorationThickness.value(Unit value) = _ValueTextDecorationThickness;