Skip to content

Commit 916620c

Browse files
authored
Merge pull request #5 from y-pakorn/fix-textField-errorText
fix errorText in textField that should be nullable
2 parents 495bbc2 + e63f427 commit 916620c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widget/textField.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3800,7 +3800,7 @@ class NikuTextField extends NikuCore {
38003800
/// )
38013801
/// )
38023802
/// ```
3803-
NikuTextField errorText(String errorText) {
3803+
NikuTextField errorText(String? errorText) {
38043804
_input_errorText = errorText;
38053805

38063806
return this;

0 commit comments

Comments
 (0)