signUpFormTitle property

String signUpFormTitle

Form title for sign up mode. Default value is given in _defaultSignUpFormTitle. Custom value in the constructor is assigned to _signUpFormTitle.

Implementation

String get signUpFormTitle => _signUpFormTitle ?? _defaultSignUpFormTitle;