static String? nonempty(String? str) => (str != null && str.isNotEmpty) ? null : S.current!.addingDataEnterSomethingHere;