TextChunk constructor

TextChunk({
  1. String? text,
})

Implementation

TextChunk({this.text});