setIsReadOnly method
- bool i
Assigns the argument i to isReadOnly and calls notifyListeners
Implementation
void setIsReadOnly (bool i){
isReadOnly = i;
notifyListeners();
}
Assigns the argument i to isReadOnly and calls notifyListeners
void setIsReadOnly (bool i){
isReadOnly = i;
notifyListeners();
}