Variable Button._text

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