notHaveAnAccount property

String notHaveAnAccount

Text above the sign up button to direct users who don't have an account. Default value is given in _defaultNotHaveAnAccount. Custom value in the constructor is assigned to _notHaveAnAccount.

Implementation

String get notHaveAnAccount => _notHaveAnAccount ?? _defaultNotHaveAnAccount;