TextContent constructor

const TextContent({
  1. String text = "",
})

Implementation

const TextContent({this.text = ""});