textDecorationUnderline method
Applies underline decoration (equivalent to text-decoration-underline).
Implementation
Text textDecorationUnderline() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(decoration: TextDecoration.underline));
Applies underline decoration (equivalent to text-decoration-underline).
Text textDecorationUnderline() => _copyWithStyle((s) => (s ?? const TextStyle()).copyWith(decoration: TextDecoration.underline));