updateAddTextColor method

void updateAddTextColor(
  1. Color newValue
)

Implementation

void updateAddTextColor(Color newValue){
  _state.selectedAddTextColor = newValue;
  notifyListeners();
}