defaultLinkTextStyle constant

TextStyle const defaultLinkTextStyle

Default style used to display the text, only when SourceAttribution._onTap is not null

Implementation

static const defaultLinkTextStyle =
    TextStyle(decoration: TextDecoration.underline);