TextElement constructor

TextElement(
  1. String text
)

Implementation

TextElement(String text) : super(text);