wholeText property

void wholeText=(String newWholeText)

Implementation

set wholeText(String newWholeText) {
  if (_onWholeTextChanged != null) {
    _onWholeTextChanged!(newWholeText);
  }
}