LinkAttribute constructor

const LinkAttribute(
  1. String text, {
  2. String? link,
  3. TextStyle? style,
  4. TextStyle? highlightedStyle,
})

Implementation

const LinkAttribute(
  this.text, {
  this.link,
  this.style,
  this.highlightedStyle,
});