change method

void change()

Implementation

void change() {
  _type = _type == LangType.tr ? LangType.en : LangType.tr;
  notifyListeners();
}