TF-233 Add mailbox name validator
This commit is contained in:
@@ -44,7 +44,7 @@ abstract class InputDecorationBuilder {
|
||||
errorBorder = newErrorBorder;
|
||||
}
|
||||
|
||||
void setErrorText(String newText) {
|
||||
void setErrorText(String? newText) {
|
||||
errorText = newText;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user