bool checkTextEmpty(String value) { isTextEmpty.value = value.isEmpty; update(); return isTextEmpty.value; }