TextLink constructor

TextLink({
  1. String? displayText,
  2. String? uri,
})

Implementation

TextLink({this.displayText, this.uri});