TF-233 Add mailbox name validator

This commit is contained in:
dab246
2022-02-22 16:04:12 +07:00
committed by Dat H. Pham
parent eec37295c8
commit 8f356a4ee3
19 changed files with 318 additions and 15 deletions
@@ -44,7 +44,7 @@ abstract class InputDecorationBuilder {
errorBorder = newErrorBorder;
}
void setErrorText(String newText) {
void setErrorText(String? newText) {
errorText = newText;
}