RichTexts constructor

RichTexts({
  1. required List<RichText> texts,
})

Implementation

RichTexts({required this.texts});