LinkTheme constructor

LinkTheme({
  1. TextStyle? style,
  2. Color? hoverColor,
  3. LineType? lineType,
})

Implementation

LinkTheme({this.style, this.hoverColor, this.lineType});