MLText constructor

MLText({
  1. required List<TextBlock?> blocks,
  2. String? stringValue,
})

Implementation

MLText({
  required this.blocks,
  this.stringValue,
});