TextContent constructor

const TextContent(
  1. String text
)

Creates text content.

Implementation

const TextContent(this.text);