defaultLinkStyle top-level property

TextStyle? defaultLinkStyle

default style of tag: a

Implementation

TextStyle? get defaultLinkStyle =>
    _theme['LinkStyle'] ?? lightThemeMap['LinkStyle'] as TextStyle?;