withText property

void withText=(String text)

Implementation

set withText(String text) {
  _text = text;
}