RichTextBlock constructor

RichTextBlock({
  1. required List<Map<String, dynamic>> elements,
})

Implementation

RichTextBlock({required this.elements});