alreadyHaveAnAccount property

String alreadyHaveAnAccount

Text above the login button to direct users who already have an account. Default value is given in _defaultAlreadyHaveAnAccount. Custom value in the constructor is assigned to _alreadyHaveAnAccount.

Implementation

String get alreadyHaveAnAccount =>
    _alreadyHaveAnAccount ?? _defaultAlreadyHaveAnAccount;