InlineLink constructor

InlineLink(
  1. String destination, {
  2. String? title,
})

Implementation

InlineLink(this.destination, {this.title});