getLinkTextStyle property

TextStyle get getLinkTextStyle

TextStyle for tappable spans — applies linkColor and linkFontWeight.

Implementation

TextStyle get getLinkTextStyle => getTextStyle.copyWith(
      color: linkColor,
      fontWeight: linkFontWeight,
    );