TextHashtag constructor

const TextHashtag({
  1. required RichTextBase text,
})

Text Hashtag constructor.

Implementation

const TextHashtag({required this.text}) : super._();