TextDecorationThickness.value constructor
const
TextDecorationThickness.value(
- 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;