TextUrl constructor

const TextUrl({
  1. required RichTextBase text,
  2. required String url,
  3. required int webpageId,
})

Text Url constructor.

Implementation

const TextUrl({
  required this.text,
  required this.url,
  required this.webpageId,
}) : super._();