validator property
In material mode this shows the validation text under the field
In cupertino mode, it shows a red
Border around the CupertinoTextField
Implementation
@override
final FormFieldValidator<String>? validator;
In material mode this shows the validation text under the field
In cupertino mode, it shows a red
Border around the CupertinoTextField
@override
final FormFieldValidator<String>? validator;