linkStyle property
TextStyle
get
linkStyle
Implementation
TextStyle get linkStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 13,
fontWeight: FontWeight.w600,
color: theme.primary,
);
TextStyle get linkStyle => TextStyle(
fontFamily: fontFamily,
fontSize: 13,
fontWeight: FontWeight.w600,
color: theme.primary,
);