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 11814c1 commit c677d20Copy full SHA for c677d20
lib/src/style.dart
@@ -400,6 +400,8 @@ class Style {
400
child.textDecoration ?? TextDecoration.none,
401
textDecoration ?? TextDecoration.none,
402
]),
403
+ textDecorationStyle: child.textDecorationStyle ?? textDecorationStyle,
404
+ textDecorationColor: child.textDecorationColor ?? textDecorationColor,
405
textShadow: child.textShadow ?? textShadow,
406
whiteSpace: child.whiteSpace ?? whiteSpace,
407
wordSpacing: child.wordSpacing ?? wordSpacing,
0 commit comments