setEditingMode method
- bool e
Assigns the argument e to editingMode and calls notifyListeners
Implementation
void setEditingMode(bool e){
editingMode = e;
notifyListeners();
}
Assigns the argument e to editingMode and calls notifyListeners
void setEditingMode(bool e){
editingMode = e;
notifyListeners();
}