UrlText constructor

UrlText(
  1. String text, {
  2. TextStyle style = defaultStyle,
  3. TextStyle urlStyle = defaultUrlStyle,
  4. bool markdown = false,
})

Create a UrlText widget.

Implementation

UrlText(
  this.text, {
  this.style = defaultStyle,
  this.urlStyle = defaultUrlStyle,
  this.markdown = false,
});