TextContent constructor

TextContent({
  1. String? text,
})

Implementation

TextContent({
  this.text,
});