TextCashtag constructor

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

Text Cashtag constructor.

Implementation

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