Semantics label for text, good for screen reader
Equivalent:
Text(semanticsLabel: input)
NikuText semanticsLabel(String semanticsLabel) { this._semanticsLabel = semanticsLabel; return this; }