TextContentBlock constructor

const TextContentBlock({
  1. required String text,
  2. String type = 'text',
})

Implementation

const TextContentBlock({required this.text, this.type = 'text'});