TextContent constructor
TextContent(
- String text
Creates a TextContent with the specified text.
Parameters:
text: The text string to inject into the animation
Implementation
TextContent(this.text);
Creates a TextContent with the specified text.
Parameters:
text: The text string to inject into the animationTextContent(this.text);