emailIsRequiredErrorText property

  1. @override
String emailIsRequiredErrorText
override

Used as an error text of the EmailInput when the email is empty.

Implementation

@override
String get emailIsRequiredErrorText => "El correo electrónico es obligatorio";