Skip to content

Expose style for links #5

@nikodembernat

Description

@nikodembernat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions