TextConcat constructor

const TextConcat({
  1. required List<RichTextBase> texts,
})

Text Concat constructor.

Implementation

const TextConcat({
  required this.texts,
}) : super._();