We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97aa7a commit c8a1651Copy full SHA for c8a1651
lib/src/style.dart
@@ -398,6 +398,9 @@ class Style {
398
child.textDecoration ?? TextDecoration.none,
399
textDecoration ?? TextDecoration.none,
400
]),
401
+ textDecorationColor: child.textDecorationColor ?? textDecorationColor,
402
+ textDecorationThickness: child.textDecorationThickness ?? textDecorationThickness,
403
+ textDecorationStyle: child.textDecorationStyle ?? textDecorationStyle,
404
textShadow: child.textShadow ?? textShadow,
405
whiteSpace: child.whiteSpace ?? whiteSpace,
406
wordSpacing: child.wordSpacing ?? wordSpacing,
0 commit comments