trimText method

String trimText()

Implementation

String trimText() {
  return text.toString().trim();
}