Currently all colors by default are blue without the option to override that:
|
case TAGS.link: |
|
style = style.copyWith( |
|
decoration: TextDecoration.underline, color: Colors.blue); |
|
link = value; |
|
break; |
It would be great if we could override this value. If you don't have time I can make a PR for that