HashTagText constructor

HashTagText({
  1. Key? key,
  2. required String text,
  3. TextStyle? textStyle,
  4. TextStyle? hashtagStyle,
  5. dynamic onHashTagTap(
    1. String
    )?,
})

Implementation

HashTagText(
    {super.key,
    required this.text,
    this.textStyle,
    this.hashtagStyle,
    this.onHashTagTap});