clearGhostText method
void
clearGhostText()
Clears the ghost text.
Implementation
void clearGhostText() {
_ghostText = null;
decorationsChanged = true;
notifyListeners();
}
Clears the ghost text.
void clearGhostText() {
_ghostText = null;
decorationsChanged = true;
notifyListeners();
}