wrongOrNoPasswordErrorText property

  1. @override
String wrongOrNoPasswordErrorText
inherited

Used as an error text of the PasswordInput when provided password is empty or is not correct.

Implementation

@override
String get wrongOrNoPasswordErrorText =>
    "The password is invalid or the user does not have a password";