LinkStyle constructor
const
LinkStyle({
- Color? color,
- Color? hoverColor,
- TextDecoration? decoration,
- double? decorationThickness,
- FontWeight? fontWeight,
Creates a LinkStyle. Null fields defer to the theme, then to the default.
Implementation
const LinkStyle({
this.color,
this.hoverColor,
this.decoration,
this.decorationThickness,
this.fontWeight,
});