updateSelectedEditType method

void updateSelectedEditType(
  1. EditType newValue
)

Implementation

void updateSelectedEditType(EditType newValue){
  _state.selectedEditType = newValue;
  notifyListeners();
}