fixedFontLinkStyle property
TextStyle
get
fixedFontLinkStyle
Implementation
TextStyle get fixedFontLinkStyle => fixedFontStyle.copyWith(
color: colorScheme._devtoolsLink,
decoration: TextDecoration.underline,
);