LinkifyOptions constructor

const LinkifyOptions({
  1. bool humanize = true,
  2. bool removeWww = false,
  3. bool looseUrl = false,
  4. bool defaultToHttps = false,
  5. bool excludeLastPeriod = true,
  6. String? urlText,
  7. bool linkAsList = false,
})

Implementation

const LinkifyOptions(
    {this.humanize = true,
    this.removeWww = false,
    this.looseUrl = false,
    this.defaultToHttps = false,
    this.excludeLastPeriod = true,
    this.urlText,
    this.linkAsList = false});