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 21b6987 commit 71feaf6Copy full SHA for 71feaf6
lib/src/style.dart
@@ -400,6 +400,9 @@ class Style {
400
child.textDecoration ?? TextDecoration.none,
401
textDecoration ?? TextDecoration.none,
402
]),
403
+ textDecorationColor: child.textDecorationColor ?? textDecorationColor,
404
+ textDecorationThickness: child.textDecorationThickness ?? textDecorationThickness,
405
+ textDecorationStyle: child.textDecorationStyle ?? textDecorationStyle,
406
textShadow: child.textShadow ?? textShadow,
407
whiteSpace: child.whiteSpace ?? whiteSpace,
408
wordSpacing: child.wordSpacing ?? wordSpacing,
0 commit comments