Text constructor

Text(
  1. String text
)

Implementation

Text(String text) {
  _initialize(text);
}