Show validation error
Future<void> showValidationError(String fieldName, String message) async { await "$fieldName: $message".V_MsgBox(this, type: CyberMsgBoxType.error); }