toggleText method

void toggleText()

call widget function toggleText if programmatically want to toggle text

Implementation

void toggleText() {
  _state.toggleText();
}