emailIsRequiredErrorText property

  1. @override
String emailIsRequiredErrorText
inherited

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

Implementation

@override
String get emailIsRequiredErrorText => "Email is required";