Variable TextWidget._text

class TextWidget
{
  // ...
  UIString _text;
  // ...
}