LinkOptions constructor

const LinkOptions({
  1. bool showUserTag = true,
  2. bool showHashTag = true,
  3. bool showEmail = true,
  4. bool showPhoneNumber = true,
  5. bool showUrl = true,
  6. bool looseUrl = false,
  7. bool defaultToHttps = false,
  8. bool excludeLastPeriod = true,
})

Implementation

const LinkOptions({
  this.showUserTag = true,
  this.showHashTag = true,
  this.showEmail = true,
  this.showPhoneNumber = true,
  this.showUrl = true,
  this.looseUrl = false,
  this.defaultToHttps = false,
  this.excludeLastPeriod = true,
});