TextConcat constructor
const
TextConcat({
- required List<
RichTextBase> texts,
Text Concat constructor.
Implementation
const TextConcat({required this.texts}) : super._();
Text Concat constructor.
const TextConcat({required this.texts}) : super._();