clearGhostText method

void clearGhostText()

Clears the ghost text.

Implementation

void clearGhostText() {
  _ghostText = null;
  decorationsChanged = true;
  notifyListeners();
}