HyperlinkButtonThemeData constructor

const HyperlinkButtonThemeData({
  1. HSLColor? color,
  2. HSLColor? hoverColor,
  3. TextStyle? textStyle,
  4. HSLColor? highlightColor,
})

Implementation

const HyperlinkButtonThemeData({
  this.color,
  this.hoverColor,
  this.textStyle,
  this.highlightColor,
});