emailErrorText property

  1. @override
String emailErrorText
override

No description provided for @emailErrorText.

In en, this message translates to: 'This field requires a valid email address.'

Implementation

@override
String get emailErrorText => '该字段必须是有效的电子邮件地址';