@override void onFocusChanged(bool hasFocus) { if (!hasFocus) { triggerValidation(currentValue); } setState(() {}); }