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 2814407 commit e97aa7aCopy full SHA for e97aa7a
lib/src/builtins/interactive_element_builtin.dart
@@ -30,6 +30,7 @@ class InteractiveElementBuiltIn extends HtmlExtension {
30
style: Style(
31
color: Colors.blue,
32
textDecoration: TextDecoration.underline,
33
+ textDecorationColor: Colors.blue,
34
),
35
node: context.node,
36
elementId: context.id,
0 commit comments