UrlText constructor

const UrlText({
  1. String text = "",
  2. TextStyle? style,
  3. TextStyle? urlStyle,
  4. dynamic onHashTagPressed(
    1. String
    )?,
  5. Key? key,
})

Implementation

const UrlText({this.text = "", this.style, this.urlStyle, this.onHashTagPressed, super.key});